fix(core): update
This commit is contained in:
parent
7274d5ea8a
commit
c55d2dcf10
@ -90,6 +90,8 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string)
|
||||
ssl_certificate_key ${paths.nginxHostDirPath}/${hostNameArg}.private.pem;
|
||||
|
||||
location / {
|
||||
proxy_http_version 1.1;
|
||||
keepalive 100;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user