diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-12 15:37:33 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 15:37:33 -0700 |
| commit | a9bb14c7281c90dd8cddebcc656861c6f61d8837 (patch) | |
| tree | bac18f9abecc8739cfe2f8b0e3aef265258c59a6 /profiles/nginx.nix | |
| parent | profiles/nginx: set the default port to 8080 (diff) | |
| download | infra-a9bb14c7281c90dd8cddebcc656861c6f61d8837.tar.gz | |
profiles/monitoring: a bunch of fixes
Diffstat (limited to '')
| -rw-r--r-- | profiles/nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/nginx.nix b/profiles/nginx.nix index 7446cbc..e32106f 100644 --- a/profiles/nginx.nix +++ b/profiles/nginx.nix @@ -8,7 +8,7 @@ # configuration of the router, since we need to listen on port 80 # too for streaming. statusPage = true; - defaultHTTPListenPort = 8080; + defaultHTTPListenPort = 8008; recommendedGzipSettings = true; recommendedOptimisation = true; |
