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:01:42 +02:00
parent 95c5f0e9a0
commit cf49815a5c

View file

@ -1,6 +1,6 @@
location PATHTOCHANGE {
alias ALIASTOCHANGE;
alias ALIASTOCHANGE/admin;
index index.php index.html index.htm;
default_type text/html;
location ~ [^/]\.php(/|$) {