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;
}
}
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;
}
}