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:
parent
2d07d760a4
commit
ca8f9c1608
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
location PATHTOCHANGE {
|
||||
alias ALIASTOCHANGE;
|
||||
|
||||
try_files $uri $uri/ /yourls-loader.php;
|
||||
|
||||
index index.php index.html index.htm;
|
||||
default_type text/html;
|
||||
|
||||
|
|
Loading…
Reference in a new issue