From 9a24e08768705077a107113bc99fa22ec7fa9ee5 Mon Sep 17 00:00:00 2001 From: Murtadha Date: Fri, 12 Jul 2024 01:19:54 -0400 Subject: [PATCH] Update pipeline script --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index e14a50e..cd99415 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,9 +1,9 @@ server { listen 80; - root /usr/share/nginx/html; - index index.html; location / { + root /usr/share/nginx/html; + index index.html; try_files $uri $uri/ /index.html; }