~mika/www.m1kadev.nl

7396766ff9b6cae5c4aa4103853c899943362bb9 — m1ka 2 months ago 3d57df4
add compression to nginx config in prod
1 files changed, 1 insertions(+), 0 deletions(-)

M nginx.conf
M nginx.conf => nginx.conf +1 -0
@@ 15,6 15,7 @@ http {
    sendfile on;
    access_log /var/log/nginx/access.log;
    keepalive_timeout 3000;
    gzip on;
    server {
        listen 80;
        root /data/www;