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:
parent
0d38efd7e2
commit
e25248d2aa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
location PATHTOCHANGE {
|
||||
alias ALIASTOCHANGE;
|
||||
rewrite ^ ^/admin permanent;
|
||||
rewrite ^ /admin permanent;
|
||||
|
||||
index index.php;
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
|
|
Loading…
Reference in a new issue