go: return go.r for shortened urls
This commit is contained in:
parent
32a5fd32c8
commit
91b7a2a584
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user