Files
ax_hub_mcp_tool/nginx/blue.conf
jade 56483d804a
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
chore: test nginx proxy to google
2026-07-24 17:41:33 +09:00

8 lines
140 B
Plaintext

server {
listen 8281;
location / {
proxy_pass https://www.google.com;
proxy_set_header Host www.google.com;
}
}