mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Fix NGINX conf for admin panel
This commit is contained in:
parent
8d07f9ce5a
commit
3e84519f15
1 changed files with 14 additions and 12 deletions
|
@ -4,6 +4,8 @@ location ^~ __PATH__/ {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rewrite ^__PATH__/admin$ https://$host__PATH__/admin/ permanent;
|
||||||
|
|
||||||
proxy_pass http://localhost:__PORT__/;
|
proxy_pass http://localhost:__PORT__/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_redirect http:// https://;
|
proxy_redirect http:// https://;
|
||||||
|
|
Loading…
Add table
Reference in a new issue