|
@@ -1,13 +1,13 @@
|
|
|
server {
|
|
|
listen 9602 ssl;
|
|
|
|
|
|
- ssl_certificate /home/openlab/data/config/cret/server.crt;
|
|
|
+ ssl_certificate /home/openlab/data/config/cret/server.csr;
|
|
|
ssl_certificate_key /home/openlab/data/config/cret/server.key;
|
|
|
ssl_session_timeout 5m;
|
|
|
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;
|
|
|
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
|
|
ssl_prefer_server_ciphers on;
|
|
|
-
|
|
|
+
|
|
|
access_log /home/openlab/data/logs/nginx/html/access.log;
|
|
|
error_log /home/openlab/data/logs/nginx/html/error.log;
|
|
|
index index.html index.htm;
|