Set up PiGallery2

This commit is contained in:
2025-12-23 14:19:27 +01:00
parent 7608249b0b
commit c7eefea616
2 changed files with 20 additions and 0 deletions

View File

@@ -169,6 +169,11 @@
forceSSL = true;
locations."/".proxyPass = "http://localhost:9092/";
};
"photos.psydnd.org" = {
useACMEHost = "psydnd.org";
forceSSL = true;
locations."/".proxyPass = "http://localhost:9191/";
};
};
};