go: return go.r for shortened urls

This commit is contained in:
lassulus 2020-09-15 20:16:10 +02:00
parent 32a5fd32c8
commit 91b7a2a584

View File

@ -13,7 +13,7 @@ with import <stockholm/lib>;
enable = true;
virtualHosts.go = {
locations."/".extraConfig = ''
proxy_set_header Host go;
proxy_set_header Host go.r;
proxy_pass http://localhost:1337;
'';
serverAliases = [