mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
Update ingress.conf
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
server {
|
||||
listen %%interface%%:%%port%% default_server;
|
||||
listen 80 default_server;
|
||||
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
location / {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_read_timeout 30;
|
||||
proxy_pass http://backend;
|
||||
}
|
||||
|
||||
}
|
||||
proxy_pass http://backend;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user