From 7b26ddc1d7f4f3b288350c4e260769a4467a6f3d Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Mon, 9 Feb 2026 13:21:56 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a280ed..cab5cf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY ["Profice WebSite/", "/app/"] RUN echo 'index index.html index.php; \ location / { \ if ($request_uri ~ ^/index(\.html)?$) { \ - return 311 /; \ + return 301 /; \ } \ if ($request_uri ~ ^/(.*)\.html$) { \ return 301 /$1; \