Debugging

This commit is contained in:
Anthony Wang 2021-07-20 16:14:50 +00:00 committed by GitHub
parent d124cc94c7
commit aad540270c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,6 @@ server {
}
location ~ ^/~$ {
rewrite_log on;
rewrite ^/~(.*)$ /pages/$1;
root /srv/http;
}