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; } }