1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

update nginx conf

This commit is contained in:
Thomas LEBEAU 2014-06-16 07:10:28 +02:00
parent 7934ac861e
commit bab7773918

View file

@ -19,6 +19,11 @@ location PATHTOCHANGE {
fastcgi_param PATH_INFO $fastcgi_path_info;
}
location /admin/ {
# Empty; this is just here to avoid redirecting for this location,
# though you might already have some config in a block like this.
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;