Plesk Onyx on CentOS
An nginx proxy is in front of the plesk login:
https://login.mydomain.tld <=> https://localhost:8443 via proxy_pass
It works smooth and nice, except the...
Plesk panel action log behind proxy
An nginx proxy is in front of the plesk login:
https://login.mydomain.tld <=> https://localhost:8443 via proxy_pass
Code:
location / { proxy_pass https://myIP-address:8443; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }
Plesk panel action log behind proxy