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 10:43:17 +02:00
parent 2d07d760a4
commit ca8f9c1608

View file

@ -1,6 +1,8 @@
location PATHTOCHANGE { location PATHTOCHANGE {
alias ALIASTOCHANGE; alias ALIASTOCHANGE;
try_files $uri $uri/ /yourls-loader.php;
index index.php index.html index.htm; index index.php index.html index.htm;
default_type text/html; default_type text/html;