• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Question Reverse Proxy

Igdirli76

New Pleskian
Hello,

I would like to ask if it is possible to enable reverse proxy in Plesk for a subdomain.

That is, for example, autodiscover.domain.de forwarding another server than Plesk (Exchange Server).

"Proxy mode " is enabled and the following was entered:
location / {

proxy_pass http://192.168.178.90:80;

proxy_redirect off;

proxy_set_header Host $host;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_set_header X-Forwarded-Host $server_name;

}
Error message:

Invalid nginx configuration: nginx: [emerg] duplicate location "/" in /var/www/vhosts/system/autodiscover.domain.de/conf/vhost_nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed

Can someone help me please?
 
Last edited by a moderator:
Perfect its working !

Thank you but I have one more question can I add more Ports for same subdomain? Thank you
 
Back
Top