Skip to content

Commit

Permalink
OLMIS-4531: Disabled compressing on reverse proxy because it was adde…
Browse files Browse the repository at this point in the history
…d on the application server
  • Loading branch information
kpalkowska committed Mar 19, 2019
1 parent a7850e6 commit 6e1ae17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openlmis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ log_format upstream_time '$remote_addr - $remote_user [$time_local] '

server {
listen 80;
gzip on;
gzip_min_length 1000;
gzip_types application/json text/plain;
gzip off;
access_log {{ env "NGINX_LOG_DIR" }}/access.log upstream_time buffer=64k flush=30s;
error_log {{ env "NGINX_LOG_DIR" }}/error.log;
server_name {{ env "VIRTUAL_HOST" }};
Expand Down

0 comments on commit 6e1ae17

Please sign in to comment.