From d06d9284575980bc212480ed015bfcc49d5e8e65 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:11:51 +0100 Subject: [PATCH] Properly route Vue.js paths --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index fdc7cad..acb30f5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -59,4 +59,5 @@ location __PATH__/ { # Path to source alias __INSTALL_DIR__/dist/; + try_files $uri $uri/ /index.html; }