Updated draft

This commit is contained in:
2020-12-27 19:41:35 +01:00
parent c793e01c2d
commit 6c51f63aa6
7 changed files with 294 additions and 25 deletions

View File

@@ -0,0 +1,11 @@
location /
{
proxy_pass https://127.0.0.1:{{https_port}}/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;
}