Set up ConvertX

This commit is contained in:
2026-09-03 14:43:06 +02:00
parent 45c7682af1
commit a0b5a92437
2 changed files with 16 additions and 0 deletions
+5
View File
@@ -174,6 +174,11 @@
forceSSL = true;
locations."/".proxyPass = "http://localhost:9191/";
};
"convert.psydnd.org" = {
useACMEHost = "psydnd.org";
forceSSL = true;
locations."/".proxyPass = "http://localhost:9292/";
};
};
};