m
This commit is contained in:
@@ -32,10 +32,11 @@ server {
|
||||
#proxy_set_header Host $host;
|
||||
proxy_pass_request_body on;
|
||||
default_type text/html;
|
||||
proxy_set_header Connection $http_connection;
|
||||
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Accept-Encoding gzip;
|
||||
proxy_set_header Connection upgrade;
|
||||
#proxy_set_header Connection upgrade;
|
||||
proxy_headers_hash_max_size 512;
|
||||
proxy_headers_hash_bucket_size 128;
|
||||
proxy_read_timeout 3600;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
auth_request /validate;
|
||||
|
||||
location = /validate {
|
||||
proxy_pass_request_body on;
|
||||
default_type text/html;
|
||||
proxy_pass https://validate.vouch.armos.zinomedia.de;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user