Skip to content
Snippets Groups Projects
Unverified Commit f5b41b8a authored by BITARD Michaël's avatar BITARD Michaël Committed by GitHub
Browse files

fix(ui): l'UI renvoie des données compressées aux utilisateurs de camino (#331)

parent 09491d90
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ server {
listen [::]:${UI_PORT};
server_name localhost;
client_max_body_size 30m;
gzip on;
location / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment