Answers for "nginx proxy_pass single page"

0

nginx proxy_pass

location /some/path/ {
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_pass http://localhost:8000;
}
Posted by: Guest on May-03-2021

Code answers related to "nginx proxy_pass single page"

Browse Popular Code Answers by Language