Nginx proxy domain to another domain with no change URL
- by Evgeniy
My question is in the subj. I have a one domain, that's nginx's config of it:
server {
listen 80;
server_name connect3.domain.ru www.connect3.domain.ru;
access_log /var/log/nginx/connect3.domain.ru.access.log;
error_log /var/log/nginx/connect3.domain.ru.error.log;
root /home/httpd/vhosts/html;
index index.html index.htm index.php;
location ~*…