mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Wording
This commit is contained in:
parent
5cf6895ba2
commit
6f2acb7eb6
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Fix the nginx traversal weak ( #1037 )
|
# Avoid the nginx path/alias traversal weakness ( #1037 )
|
||||||
rewrite ^/yunohost/admin$ /yunohost/admin/ permanent;
|
rewrite ^/yunohost/admin$ /yunohost/admin/ permanent;
|
||||||
|
|
||||||
location /yunohost/admin/ {
|
location /yunohost/admin/ {
|
||||||
alias /usr/share/yunohost/admin/;
|
alias /usr/share/yunohost/admin/;
|
||||||
default_type text/html;
|
default_type text/html;
|
||||||
|
|
Loading…
Add table
Reference in a new issue