From 70a863f6e1434dc758a277c06104e3f94c15a352 Mon Sep 17 00:00:00 2001 From: ewandor Date: Thu, 16 Mar 2023 02:24:21 +0100 Subject: [PATCH] Correcting nginx configuration for prod --- front/nginx.prod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/nginx.prod.conf b/front/nginx.prod.conf index 267b3315..fcb6d7d7 100644 --- a/front/nginx.prod.conf +++ b/front/nginx.prod.conf @@ -30,7 +30,7 @@ http { root /usr/share/nginx/html; location / { - try_files $uri $uri/ /usr/share/nginx/html/index.html =404; + try_files $uri $uri/ /index.html?$args; } location ~* ^.+\.css$ {