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