From 31e63e02cabfcc6a47cc9ca19fd59143f1500ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:02:55 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1a4f626..c71e2df 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/; + alias __INSTALL_DIR__/; index index.html; @@ -25,7 +25,7 @@ location __PATH__/ { #more_set_headers "Access-Control-Expose-Headers: Content-Length"; #more_set_headers "Access-Control-Allow-Headers: Range"; #more_set_headers "Accept-Ranges: bytes"; - alias __FINALPATH__/dist/; + alias __INSTALL_DIR__/dist/; } # Include SSOWAT user panel.