mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
7 lines
196 B
PHP
7 lines
196 B
PHP
# Avoid the nginx path/alias traversal weakness ( #1037 )
|
|
rewrite ^/yunohost/sso$ /yunohost/sso/ permanent;
|
|
|
|
location /yunohost/sso/ {
|
|
alias /usr/share/ssowat/portal/;
|
|
index index.html;
|
|
}
|