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;