Try to fix path traversal via misconfigured alias

This commit is contained in:
Anthony Wang 2021-08-06 11:02:56 -05:00
parent 29f18b2f30
commit 50764a21c2
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -52,7 +52,7 @@ server {
}
location /~ {
alias /srv/http/pages/;
alias /srv/http/pages/users/;
}
location / {