Loading ci/nginx.conf +2 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ http { gzip on; client_max_body_size 10M; client_max_body_size 10000M; server { server_name _; Loading @@ -31,6 +31,7 @@ http { } location / { include /etc/nginx/mime.types; root /app/ui/dist; try_files $uri /index.html; } Loading Loading
ci/nginx.conf +2 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ http { gzip on; client_max_body_size 10M; client_max_body_size 10000M; server { server_name _; Loading @@ -31,6 +31,7 @@ http { } location / { include /etc/nginx/mime.types; root /app/ui/dist; try_files $uri /index.html; } Loading