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