Files
ax_hub_mcp_tool/nginx/blue.conf
jade 1c353ce3a7
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
chore: test nginx plain response
2026-07-24 17:39:36 +09:00

7 lines
90 B
Plaintext

server {
listen 8281;
location / {
return 200 "HELLO FROM NGINX";
}
}