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
51420719da
commit
5d8a95aa1e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
location PATHTOCHANGE {
|
||||
alias ALIASTOCHANGE;
|
||||
|
||||
rewrite ^/$ ^/admin permanent;
|
||||
rewrite ^ /admin permanent;
|
||||
|
||||
index index.php index.html index.htm;
|
||||
default_type text/html;
|
||||
|
|
Loading…
Reference in a new issue