From 91922786e29a8e04cedc020492d2afd646746062 Mon Sep 17 00:00:00 2001 From: primakov alexandr Date: Thu, 22 Jul 2021 11:31:28 +0300 Subject: [PATCH] /petrus --- 80.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/80.conf b/80.conf index 38a6295..3192b09 100644 --- a/80.conf +++ b/80.conf @@ -75,8 +75,7 @@ server { root /home/ijl/ijl/apps/petrus/dist; location / { - try_files $uri $uri/ =404; - index index.html; + try_files $uri $uri/ /index.html; } }