fix(core): update
This commit is contained in:
		| @@ -86,8 +86,8 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string) | ||||
| 		server { | ||||
| 			listen *:443 ssl; | ||||
| 			server_name ${hostNameArg}; | ||||
| 			ssl_certificate ${paths.nginxCertBase}/${hostNameArg}/fullchain.pem; | ||||
| 			ssl_certificate_key ${paths.nginxCertBase}/${hostNameArg}/privkey.pem; | ||||
| 			ssl_certificate ${paths.nginxHostDirPath}/${hostNameArg}.public.pem; | ||||
| 			ssl_certificate_key ${paths.nginxHostDirPath}/${hostNameArg}.private.pem; | ||||
|  | ||||
| 			location / { | ||||
| 				proxy_pass http://${hostNameArg}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user