From 0ffb132c4d98f60948a3ab44a70fe72a2ba6862a Mon Sep 17 00:00:00 2001 From: DESPRES Damien <ddespres@neogeo.fr> Date: Tue, 5 Oct 2021 07:13:35 +0000 Subject: [PATCH] fix #11789 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 48fff4c4..e3df6890 100644 --- a/nginx.conf +++ b/nginx.conf @@ -44,7 +44,7 @@ server { location / { root /usr/share/nginx/html; index index.html; - try_files $uri$args $uri/ /index.html; + try_files $uri $uri/ /index.html; } -- GitLab