mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
* 🔨 First attempt with gitlab build * 🔨 Move build * ✏️ Fix typo Co-Authored-By: Franck Nijhof <frenck@addons.community> * 🔨 Update link * 🔨 Update build * 🔨 Update download * 🔨 Update url * ⬆️ Updates
15 lines
550 B
Text
15 lines
550 B
Text
proxy_http_version 1.1;
|
|
proxy_ignore_client_abort off;
|
|
proxy_read_timeout 86400s;
|
|
proxy_redirect off;
|
|
proxy_send_timeout 86400s;
|
|
proxy_max_temp_file_size 0;
|
|
|
|
proxy_set_header Accept-Encoding "gzip";
|
|
proxy_set_header Connection $connection_upgrade;
|
|
proxy_set_header Host $http_host;
|
|
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
proxy_set_header X-Forwarded-Proto $scheme;
|
|
proxy_set_header X-NginX-Proxy true;
|
|
proxy_set_header X-Real-IP $remote_addr;
|