From 74d33622d7b7a326ab137656742cb1f4d4a26205 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Sat, 2 Mar 2024 20:31:13 +0100 Subject: [PATCH] fix(nginx): terminate line by ; --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index b451be0..f35877a 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -38,7 +38,7 @@ http { index index.html index.htm; } - try_files $uri $uri/ /index.html + try_files $uri $uri/ /index.html; location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ { expires 30d;