From f76f15b503e25ac3d0df3a6b9a8b02abf24a91d3 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Thu, 7 Oct 2021 20:08:41 +1000 Subject: [PATCH] nginx --- mirzaev/skillparts/system/web/Nginx_1.21_vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirzaev/skillparts/system/web/Nginx_1.21_vhost.conf b/mirzaev/skillparts/system/web/Nginx_1.21_vhost.conf index 3a49c1f..b8a6998 100644 --- a/mirzaev/skillparts/system/web/Nginx_1.21_vhost.conf +++ b/mirzaev/skillparts/system/web/Nginx_1.21_vhost.conf @@ -7,7 +7,7 @@ server { listen %ip%:%httpport% default; listen %ip%:%httpsport% ssl http2 default; -server_name catalog.loc %aliases%; +server_name skillparts.loc %aliases%; root '%hostdir%'; limit_conn addr 64; autoindex off;