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
2b1ccb6d6e
commit
7934ac861e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ location PATHTOCHANGE {
|
|||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
rewrite ^ http://DOMAINNAMEPATHTOCHANGE/admin/ redirect;
|
||||
rewrite ^/(.*)$ http://DOMAINNAMEPATHTOCHANGE/admin/$1 redirect;
|
||||
|
||||
index index.php index.html index.htm;
|
||||
default_type text/html;
|
||||
|
|
Loading…
Reference in a new issue