yunohost/data/templates/nginx/plain/yunohost_sso.conf.inc
2020-09-03 23:47:24 +02:00

7 lines
282 B
PHP

# Avoid the nginx path/alias traversal weakness ( #1037 )
rewrite ^/yunohost/sso$ /yunohost/sso/ permanent;
location /yunohost/sso/ {
# This is an empty location, only meant to avoid other locations
# from matching /yunohost/sso, such that it's correctly handled by ssowat
}