-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
questionlabel for questions asked by userslabel for questions asked by userswait for updatewait for the author's response in this issue/PRwait for the author's response in this issue/PR
Description
Description
`server {
listen 8080;
server_name localhost;
location /attu/ {
proxy_pass http://localhost:3000/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}`

Environment
- APISIX version (run
apisix version
): 3.2 - Operating system (run
uname -a
): centos - OpenResty / Nginx version (run
openresty -V
ornginx -V
): - etcd version, if relevant (run
curl http://127.0.0.1:9090/v1/server_info
): 3.5.0 - APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run
luarocks --version
):
Metadata
Metadata
Assignees
Labels
questionlabel for questions asked by userslabel for questions asked by userswait for updatewait for the author's response in this issue/PRwait for the author's response in this issue/PR
Type
Projects
Status
✅ Done