• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Override Nginx directives got Email error

Alexis-BMS

New Pleskian
Server operating system version
CentOS 7
Plesk version and microupdate number
18.0.52 Update #3
Hello,

I have to override my Nginx directives in "Apache & Nginx settings" for a subdomain. Plesk give me this error when I apply de changes :
Error: '""' is not a valid hostname for the email address

I don't understand why, do you have any idea ?

My goal is to redirect http requests from this subdomain to a docker container.
Here is the Nginx directives that I override :

I tried with and without specifying container port :80
location / {
proxy_pass http://ip_container:80;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
}

Thank you in advance for your help.
 
Back
Top