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
220ed71feb
commit
a11afa084d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
location PATHTOCHANGE {
|
location PATHTOCHANGE {
|
||||||
alias ALIASTOCHANGE;
|
alias ALIASTOCHANGE;
|
||||||
proxy_pass http://127.0.0.1:9091PATHTOCHANGE/admin
|
proxy_pass http://127.0.0.1PATHTOCHANGE/admin;
|
||||||
;
|
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue