Add a comment explaining why the location is empty

This commit is contained in:
Alexandre Aubin 2020-09-03 23:47:24 +02:00 committed by GitHub
parent f92b84bd94
commit cc4db7a6f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,6 @@
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
}