Try to get it to work

This commit is contained in:
Anthony Wang 2021-07-20 16:34:30 +00:00 committed by GitHub
parent 8702f5753e
commit 1f4b0fe8f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,9 +48,9 @@ server {
}
location ~ ^/~(.*)$ {
rewrite ^/~(.*)$ /$1 last;
root /srv/http/pages;
index index.html;
rewrite ^/~(.*)$ /$1 last;
}
location / {