mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 18:26:04 +02:00
Update ingress.gtpl
This commit is contained in:
@@ -5,6 +5,8 @@ server {
|
|||||||
include /etc/nginx/includes/proxy_params.conf;
|
include /etc/nginx/includes/proxy_params.conf;
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
|
|
||||||
|
add_header Content-Security-Policy "frame-ancestors *";
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass {{ .protocol }}://backend/;
|
proxy_pass {{ .protocol }}://backend/;
|
||||||
resolver 127.0.0.11 valid=180s;
|
resolver 127.0.0.11 valid=180s;
|
||||||
|
|||||||
Reference in New Issue
Block a user