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:
parent
7934ac861e
commit
bab7773918
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue