Fix nginx configuration

This commit is contained in:
Ivan R. 2023-08-18 21:20:26 +05:00
parent 0f816101a5
commit 7c8d0488c8
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -22,6 +22,8 @@
forceSSL = true;
};
"jf.comfycamp.space" = {
useACMEHost = "comfycamp.space";
forceSSL = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:8096";