Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Nov 16, 2023
1 parent 8741d7e commit 04f193d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ http {
client_max_body_size 100M;
proxy_buffering off;

gzip on;
gzip_min_length 1100;
gzip_vary on;
gzip_proxied expired no-cache no-store private auth;
gzip_types
application/javascript
application/json
application/xml
text/css
text/plain
text/xml
text/javascript
application/x-javascript
application/x-font-ttf
font/opentype
image/svg+xml;

upstream docker-client {
server client:3000;
}
Expand Down

0 comments on commit 04f193d

Please sign in to comment.