htz.ex42-1048908: add missing domains
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
94c2c644a6
commit
de632a7725
7 changed files with 120 additions and 1 deletions
28
data/nginx/files/extras/htz.ex42-1048908/pad.franzi.business
Normal file
28
data/nginx/files/extras/htz.ex42-1048908/pad.franzi.business
Normal file
|
@ -0,0 +1,28 @@
|
|||
keepalive_timeout 70;
|
||||
sendfile on;
|
||||
client_max_body_size 40m;
|
||||
client_body_timeout 3600;
|
||||
|
||||
location / {
|
||||
try_files $uri @proxy;
|
||||
}
|
||||
|
||||
location @proxy {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_set_header Proxy "";
|
||||
proxy_pass_header Server;
|
||||
|
||||
proxy_pass http://127.0.0.1:3700;
|
||||
proxy_buffering off;
|
||||
proxy_redirect off;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
|
||||
tcp_nodelay on;
|
||||
}
|
||||
|
||||
error_page 500 501 502 503 504 /500.html;
|
Loading…
Add table
Add a link
Reference in a new issue