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
4b78145f89
commit
4dae34bbd9
1 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
location PATHTOCHANGEadmin/ {
|
||||
|
||||
}
|
||||
|
||||
location PATHTOCHANGE {
|
||||
alias ALIASTOCHANGE;
|
||||
|
||||
|
@ -19,9 +23,7 @@ location PATHTOCHANGE {
|
|||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
}
|
||||
|
||||
location PATHTOCHANGEadmin/ {
|
||||
index index.php;
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
Loading…
Reference in a new issue