pull/763/head
pluto 2 years ago
parent 2c2df61946
commit 35b4cdbe6a

@ -27,11 +27,11 @@ upstream minio_console_2 {
} }
server { server {
listen 443; listen 443;
server_name test-web.rentsoft.cn; #1 web im end domain name server_name your-domain.com; #your-domain.com
ssl on; ssl on;
ssl_certificate /etc/nginx/conf.d/ssl/test-web.rentsoft.cn.crt; #2 Certificate ssl_certificate /etc/nginx/conf.d/ssl/your-domain.com.crt; #2 Certificate
ssl_certificate_key /etc/nginx/conf.d/ssl/test-web.rentsoft.cn.key; #3 Certificate ssl_certificate_key /etc/nginx/conf.d/ssl/your-domain.com.key; #3 Certificate
ssl_session_timeout 5m; ssl_session_timeout 5m;
gzip on; gzip on;
gzip_min_length 1k; gzip_min_length 1k;
@ -112,10 +112,10 @@ server {
server { server {
listen 443; listen 443;
server_name test-storage.rentsoft.cn; server_name your-domain.com; #your-domain.com
ssl on; ssl on;
ssl_certificate /etc/nginx/conf.d/ssl/test-storage.rentsoft.cn.crt; #Certificate ssl_certificate /etc/nginx/conf.d/ssl/your-domain.com.crt; #Certificate
ssl_certificate_key /etc/nginx/conf.d/ssl/test-storage.rentsoft.cn.key; #Certificate ssl_certificate_key /etc/nginx/conf.d/ssl/your-domain.com.key; #Certificate
gzip on; gzip on;
gzip_min_length 1k; gzip_min_length 1k;
gzip_buffers 4 16k; gzip_buffers 4 16k;

Loading…
Cancel
Save