From e57b6a07f15d20b06ec11a6a0471371cf4555967 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Mon, 1 Nov 2021 23:19:10 +0300 Subject: [PATCH] delete alias from nginx conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2475322..7a24254 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/ ; + # alias __FINALPATH__/ ; # Force usage of https if ($scheme = http) {