From d6908616594b3bf755c98232ad1f34109514f629 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 16 Nov 2021 14:28:32 -0600 Subject: [PATCH] Update cockpit port to default 9090 --- cockpit.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockpit.conf b/cockpit.conf index aa15bac..414455d 100644 --- a/cockpit.conf +++ b/cockpit.conf @@ -8,7 +8,7 @@ server { location / { # Required to proxy the connection to Cockpit - proxy_pass https://127.0.0.1:9009; + proxy_pass https://127.0.0.1:9090; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme;