You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/12 09:21:54 UTC

[GitHub] [apisix] wallishuang opened a new issue, #8081: help request: access static file by custom nginx.conf but error

wallishuang opened a new issue, #8081:
URL: https://github.com/apache/apisix/issues/8081

   ### Description
   
   Hi 
   I folllow the doc [https://apisix.apache.org/docs/apisix/2.15/customize-nginx-configuration/]  to access static resource but occur error as following. It's make me confused, please help.
   
   
   <html>
   
   <head>
   	<title>400 Request Header Or Cookie Too Large</title>
   </head>
   
   <body>
   	<center>
   		<h1>400 Bad Request</h1>
   	</center>
   	<center>Request Header Or Cookie Too Large</center>
   	<hr>
   	<center>openresty</center>
   </body>
   
   </html>
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] elkh510 commented on issue #8081: help request: access static file by custom nginx.conf but error

Posted by GitBox <gi...@apache.org>.
elkh510 commented on issue #8081:
URL: https://github.com/apache/apisix/issues/8081#issuecomment-1364000115

   hi
   try with this
   no luck 
   https://github.com/apache/apisix/issues/8081#issuecomment-1276959203


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tzssangglass commented on issue #8081: help request: access static file by custom nginx.conf but error

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8081:
URL: https://github.com/apache/apisix/issues/8081#issuecomment-1276959203

   try to add the `large_client_header_buffers 4 16k;` directive to the `http_server_location_configuration_snippet` by custom nginx.conf, ref: http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] shreemaan-abhishek closed issue #8081: help request: access static file by custom nginx.conf but error

Posted by "shreemaan-abhishek (via GitHub)" <gi...@apache.org>.
shreemaan-abhishek closed issue #8081: help request:  access static file by custom nginx.conf but error
URL: https://github.com/apache/apisix/issues/8081


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tokers commented on issue #8081: help request: access static file by custom nginx.conf but error

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #8081:
URL: https://github.com/apache/apisix/issues/8081#issuecomment-1275882091

   Please provide details about how you configure the proxy-cache plugin and how you send a request which got such a status code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] elkh510 commented on issue #8081: help request: access static file by custom nginx.conf but error

Posted by GitBox <gi...@apache.org>.
elkh510 commented on issue #8081:
URL: https://github.com/apache/apisix/issues/8081#issuecomment-1385522538

   figured
   so in our test environment we have apisix ingress that  point to test deployment.
   apisix contains nginx and test deployment contains nginx
   after we added [changes](https://github.com/apache/apisix/issues/8081#issuecomment-1276959203) to both nginx all start worked as expected


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org