fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-19 02:44:52 +01:00
parent 7274d5ea8a
commit c55d2dcf10

View File

@ -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;