Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: ERROR USING NGINX AS REVERSE PROXY

$
0
0
Still really stuck....
So in the code below now the page is loading but it gives the error server is taking to long to respond or server is not responding at all.

server {
listen 80;
server_name www.google.com;

#charset koi8-r;

#access_log logs/host.access.log main;

location / {
root html;
index index.html index.htm;

location /test {

proxy_pass http://<local host>/testpage1;
}
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>