1
0
Fork 0
forked from exozyme/nginx

Update cockpit port to default 9090

This commit is contained in:
Anthony Wang 2021-11-16 14:28:32 -06:00
parent 210d374167
commit d690861659
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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;