From 043712257ee9c89f898537828cc74431639ad553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:00:59 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index e1d9016..d09ac20 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -126,7 +126,7 @@ location ^~ __PATH__/ { try_files $uri/ =404; index index.php; } - + # Serve static files location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map)$ { try_files $uri / __PATH__/index.php$request_uri;