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
4dae34bbd9
commit
70c25cff8c
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ location PATHTOCHANGE {
|
|||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
rewrite ^ http://DOMAINNAMEPATHTOCHANGE/admin/ redirect;
|
||||
|
||||
index index.php index.html index.htm;
|
||||
default_type text/html;
|
||||
|
||||
rewrite ^/(.*)$ http://DOMAINNAMEPATHTOCHANGE/admin/$1 redirect;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||
|
|
Loading…
Reference in a new issue