aboutsummaryrefslogtreecommitdiff
path: root/profiles/nginx.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-12 15:37:33 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-12 15:37:33 -0700
commita9bb14c7281c90dd8cddebcc656861c6f61d8837 (patch)
treebac18f9abecc8739cfe2f8b0e3aef265258c59a6 /profiles/nginx.nix
parentprofiles/nginx: set the default port to 8080 (diff)
downloadinfra-a9bb14c7281c90dd8cddebcc656861c6f61d8837.tar.gz
profiles/monitoring: a bunch of fixes
Diffstat (limited to '')
-rw-r--r--profiles/nginx.nix2
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;