Nginx is a mirror image on doc, and blog.conf under conf.d is configured as follows
However, the browser still displays the words 8080 port when accessing
You need to add one
proxy_set_header X-Forwarded-Host $host;
Nginx is a mirror image on doc, and blog.conf under conf.d is configured as follows
However, the browser still displays the words 8080 port when accessing
You need to add one
proxy_set_header X-Forwarded-Host $host;