• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Unable to edit/add additional nginx directives

vectr0n

New Pleskian
All of a sudden I am unable to edit/add anything to the additional nginx directives, nothing has changed on the vm. It was working fine yesterday, login today and getting this:

Internal error ;-P
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->

I have tried to disable/enable nginx and then generate config with "/opt/psa/admin/bin/httpdmng --reconfigure-all"
I have restarted everything possible, even restarted the vm and still getting this error, this is absolutely nothing in logs at all period I have went over them already, very stumped.

Plesk Version:
Product version: Plesk Onyx 17.0.17 Update #12
Update date: 2017/01/06 08:04
Build date: 2016/11/17 16:00
OS version: Ubuntu 16.04
Revision: ab6766191d3ba26e7b21255ab007fc7fc56d84c6
Architecture: 64-bit
Wrapper version: 1.2

Nginx Block Trying To Add:
location ~ / {
proxy_pass http://10.47.40.10:9393;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
access_log off;
proxy_set_header Proxy "";
}

Same block types worked yesterday when adding them, I can't edit them now tho get the above error.
 
Back
Top