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:14:00 +02:00
parent bab7773918
commit c9de9b1222

View file

@ -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;
}