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
bab7773918
commit
c9de9b1222
1 changed files with 2 additions and 3 deletions
|
@ -19,9 +19,8 @@ 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.
|
||||
location ALIASTOCHANGEadmin/ {
|
||||
index index.php;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue