Actualiser default.conf
This commit is contained in:
+9
-1
@@ -1,6 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
|
||||
proxy_pass https://144.91.126.206:8443;
|
||||
@@ -14,9 +16,15 @@ server {
|
||||
proxy_read_timeout 300;
|
||||
send_timeout 300;
|
||||
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Host $http_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 X-Forwarded-Ssl on;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-Port 443;
|
||||
|
||||
proxy_redirect off;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user