Set up CGM repository

This commit is contained in:
2023-05-24 14:15:15 +02:00
parent 98f1492da8
commit 701e47473a
7 changed files with 43 additions and 0 deletions

View File

@@ -170,6 +170,16 @@
deny all;
'';
};
"nightscout.coolneng.duckdns.org" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:1337";
extraConfig = ''
proxy_set_header X-Forwarded-For $remote_addr;
'';
};
};
};
};