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-13 16:26:00 +02:00
parent 51420719da
commit 5d8a95aa1e

View file

@ -1,7 +1,7 @@
location PATHTOCHANGE { location PATHTOCHANGE {
alias ALIASTOCHANGE; alias ALIASTOCHANGE;
rewrite ^/$ ^/admin permanent; rewrite ^ /admin permanent;
index index.php index.html index.htm; index index.php index.html index.htm;
default_type text/html; default_type text/html;