3005)?
the nginx config is actually this: server { server_name mysite.backend.domain.com www.mysite.backend.domain.com; location / { proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_pass http://localhost:3005/; } }
Обсуждают сегодня