Skip to content

Commit

Permalink
Merge pull request #46 from humpbackdev/feature/fixed-ngnix-cache-issues
Browse files Browse the repository at this point in the history
Fix: nginx cache issues
  • Loading branch information
rigoucr authored Jan 21, 2020
2 parents 1368165 + a46e0ea commit 5675179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ server {
root /var/www/html/web; ## <-- Your only path reference.

client_max_body_size 100m;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;


location = /favicon.ico {
log_not_found off;
Expand Down

0 comments on commit 5675179

Please sign in to comment.