nginx
This commit is contained in:
parent
dbd2982115
commit
f76f15b503
|
@ -7,7 +7,7 @@ server {
|
||||||
listen %ip%:%httpport% default;
|
listen %ip%:%httpport% default;
|
||||||
listen %ip%:%httpsport% ssl http2 default;
|
listen %ip%:%httpsport% ssl http2 default;
|
||||||
|
|
||||||
server_name catalog.loc %aliases%;
|
server_name skillparts.loc %aliases%;
|
||||||
root '%hostdir%';
|
root '%hostdir%';
|
||||||
limit_conn addr 64;
|
limit_conn addr 64;
|
||||||
autoindex off;
|
autoindex off;
|
||||||
|
|
Reference in New Issue