From d9407a34285cfde6f25970d9936ebb2a088b4aa4 Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Tue, 15 Mar 2022 14:56:11 +0100 Subject: [PATCH] Add * in access location of nginx configuration Signed-off-by: Gregoire Parant --- front/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/nginx.conf b/front/nginx.conf index 9521137c..876ee916 100644 --- a/front/nginx.conf +++ b/front/nginx.conf @@ -45,7 +45,7 @@ server { rewrite ^/jwt /index.html break; } - location ~ ^/[@_]/ { + location ~ ^/[@_*]/ { try_files $uri $uri/ /index.html; } }