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;