chore: test nginx proxy to google
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
server {
|
||||
listen 8281;
|
||||
location / {
|
||||
return 200 "HELLO FROM NGINX";
|
||||
proxy_pass https://www.google.com;
|
||||
proxy_set_header Host www.google.com;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
server {
|
||||
listen 8281;
|
||||
location / {
|
||||
return 200 "HELLO FROM NGINX";
|
||||
proxy_pass https://www.google.com;
|
||||
proxy_set_header Host www.google.com;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user