vps-arm-2024-07-15-15-24-25

This commit is contained in:
Alexander Szczepanski
2024-07-15 15:24:25 +02:00
parent bfe63888a6
commit 50a2412af6
3 changed files with 38 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
nginx = {
virtualHosts = {
"uptime-kuma.v220240679185274666.nicesrv.de" = {
"uptime.szczepan.ski" = {
forceSSL = true;
enableACME = true;
locations = { "/" = { proxyPass = "http://127.0.0.1:4000/"; }; };