www.images.mbox58.com/images/aaa/1.jpg
location /images {
root /www/wwwroot/images/;
autoindex on;
}
location /images {
alias /www/wwwroot/images/;
autoindex on;
}
- 431 Request Header Fields Too Large
FTP LO
client_header_size10240k;
large_client_header_buffers 6 10240k;
}
location ~ ^/apidomain(.*) {
include cors.conf;
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_pass http://web-api:8080$1?$args;
}
location /apidomain/ {
include cors.conf;
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_pass http://web-api:8080/;
}