add pterodactyl

This commit is contained in:
zackartz 2024-05-03 16:28:54 -04:00
parent 15662a034a
commit 903fa8deaa
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
5 changed files with 13 additions and 65 deletions

View file

@ -16,7 +16,7 @@
services.nginx.virtualHosts."search.zackmyers.io" = {
forceSSL = true;
enableACME = true;
locations."/" = {
locations."/searx" = {
proxyPass = "http://localhost:8080";
};
};