Add new links; Improve uri parsing

This commit is contained in:
Jeff 2023-08-17 16:33:59 -04:00
parent e766629d20
commit 92c1c0ca07
2 changed files with 12 additions and 5 deletions

View File

@ -1,4 +1,6 @@
localhost:8080,
localhost:8080 {
redir http://www.{host}:{port}{uri}
}
jeffa.io {
redir https://www.{host}{uri}
}
@ -7,7 +9,7 @@ www.localhost:8080,
www.jeffa.io {
root * /srv/
file_server {
index index.html
index /srv/index.html
}
rewrite @not_html {path}.html
@not_html {

View File

@ -1,8 +1,13 @@
# jeffa.io
jeff@jeffa.io
I am a programmer in New York. This is my website.
<!--toc:start-->
- [/](/index)
- [/cookbook](/cookbook)
- Sites
- [jeffa.io](https://jeffa.io)
- [git.jeffa.io](https://git.jeffa.io)
- [Sourcehut](https://sr.ht/~jeffa)
- [Github](https://github.com/solaeus)
- Articles
- [It's Time to Rethink the Command Line Shell](its_time_to_rethink_the_command_line_shell.md)
<!--toc:end-->