1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

nginx conf

This commit is contained in:
Thomas LEBEAU 2014-06-13 09:58:45 +02:00
parent 519f1bb28f
commit 8c3cb31014

View file

@ -1,5 +1,6 @@
location PATHTOCHANGE {
alias ALIASTOCHANGE/admin;
alias ALIASTOCHANGE;
rewrite / /admin permanent;
index index.php;
try_files $uri $uri/ /index.php?$args;