data-collector fixed
This commit is contained in:
14
docs/新建 文本文档.txt
Normal file
14
docs/新建 文本文档.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name a1.shenjianl.cn;
|
||||
ssl_certificate /usr/local/nginx/conf/ssl_certificate/a1/a1.shenjianl.cn_bundle.pem;
|
||||
ssl_certificate_key /usr/local/nginx/conf/ssl_certificate/a1/a1.shenjianl.cn.key;
|
||||
location / {
|
||||
root /data/a1;
|
||||
index index.html;
|
||||
}
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user