diff options
Diffstat (limited to 'config.nix')
-rw-r--r-- | config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ listenAddr = ":4000"; # If empty then a derived static directory is used - staticProxyURL = "http://127.0.0.1:4001"; + staticProxyURL = "http://127.0.0.1:4002"; } |