Verified Commit 1af48ddc authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Update nginx config

parent e040926d
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ http {
	gzip on;


	client_max_body_size 10M;
	client_max_body_size 10000M;

	server {
        server_name _;
@@ -31,6 +31,7 @@ http {
        }

        location / {
            include  /etc/nginx/mime.types;
            root /app/ui/dist;
            try_files $uri /index.html;
    }