mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 15:15:58 +02:00
Update ssl.gtpl
This commit is contained in:
@@ -8,16 +8,11 @@ server {
|
|||||||
ssl_certificate_key %%certkey%%;
|
ssl_certificate_key %%certkey%%;
|
||||||
|
|
||||||
location ^~ / {
|
location ^~ / {
|
||||||
include /config/nginx/proxy.conf;
|
|
||||||
include /config/nginx/resolver.conf;
|
|
||||||
proxy_pass http://backend;
|
proxy_pass http://backend;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^~ /embywebsocket {
|
location ^~ /embywebsocket {
|
||||||
include /config/nginx/proxy.conf;
|
|
||||||
include /config/nginx/resolver.conf;
|
|
||||||
proxy_pass http://backend;
|
proxy_pass http://backend;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user