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:19:09 +02:00
parent 4b78145f89
commit 4dae34bbd9

View file

@ -1,3 +1,7 @@
location PATHTOCHANGEadmin/ {
}
location PATHTOCHANGE { location PATHTOCHANGE {
alias ALIASTOCHANGE; alias ALIASTOCHANGE;
@ -19,9 +23,7 @@ location PATHTOCHANGE {
fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_INFO $fastcgi_path_info;
} }
location PATHTOCHANGEadmin/ {
index index.php;
}
# Include SSOWAT user panel. # Include SSOWAT user panel.