savarcast: use = /bgt.st in favour of alias

This commit is contained in:
makefu 2023-09-20 17:11:46 +02:00
parent a707495222
commit 03411913a0
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -28,7 +28,7 @@ in {
# savarcast is behind traefik, do not configure tls
services.nginx.virtualHosts."comments.binaergewitter.de" = {
locations."/bgt.st".alias = "/var/www/search/bgt.st";
locations."= /bgt.st".root = "/var/www/search/";
locations."/".proxyPass = "http://localhost:9292";
};