Skip to content
Snippets Groups Projects
Unverified Commit f4dc5599 authored by vmaubert's avatar vmaubert
Browse files

fix(nginx): ajoute les types de fichier à compresser (#352)

parent 4bf4de7d
Branches
Tags
No related merge requests found
...@@ -4,6 +4,7 @@ server { ...@@ -4,6 +4,7 @@ server {
server_name localhost; server_name localhost;
client_max_body_size 30m; client_max_body_size 30m;
gzip on; gzip on;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/rss+xml text/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/jpeg image/png image/svg+xml image/x-icon;
location / { location / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment