m
This commit is contained in:
@@ -21,7 +21,7 @@ server {
|
||||
include "snippets/enable-vouch.conf";
|
||||
|
||||
location / {
|
||||
resolver 127.0.0.11;
|
||||
#resolver 127.0.0.11;
|
||||
set $upstream "code-server:8443";
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ server {
|
||||
proxy_headers_hash_max_size 512;
|
||||
proxy_headers_hash_bucket_size 128;
|
||||
proxy_read_timeout 3600;
|
||||
proxy_set_header Host $http_host; # vouch: be sure to pass the original host header
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_pass http://$upstream;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user