chore: nginx config is updated

This commit is contained in:
Palash 2022-06-21 16:09:17 +05:30
parent 7f64dfd023
commit fdca72b9b2

View File

@ -14,7 +14,7 @@ server {
# to handle uri issue 414 from nginx
client_max_body_size 24M;
large_client_header_buffers 16 5120k;
large_client_header_buffers 8 16k;
location / {
if ( $uri = '/index.html' ) {