This commit is contained in:
Alexandre Aubin 2018-01-18 21:10:08 +01:00 committed by GitHub
parent 5cf6895ba2
commit 6f2acb7eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
# Fix the nginx traversal weak ( #1037 )
# Avoid the nginx path/alias traversal weakness ( #1037 )
rewrite ^/yunohost/admin$ /yunohost/admin/ permanent;
location /yunohost/admin/ {
alias /usr/share/yunohost/admin/;
default_type text/html;