Skip to content

Commit

Permalink
remove server configs
Browse files Browse the repository at this point in the history
  • Loading branch information
GISRedeDev committed Jan 8, 2025
1 parent 8f8faf1 commit 104047d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions www/conf.d/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ server {
keepalive_timeout 2000s;

client_max_body_size 500M;
client_body_buffer_size 512k;
client_header_buffer_size 1k;
large_client_header_buffers 4 16k;
proxy_buffer_size 128k;
proxy_buffers 8 512k;
proxy_busy_buffers_size 512k;
proxy_temp_file_write_size 512k;
# client_body_buffer_size 512k;
# client_header_buffer_size 1k;
# large_client_header_buffers 4 16k;
# proxy_buffer_size 128k;
# proxy_buffers 8 512k;
# proxy_busy_buffers_size 512k;
# proxy_temp_file_write_size 512k;

location /api/ {
proxy_pass http://flask-app/api/;
Expand Down

0 comments on commit 104047d

Please sign in to comment.