Browse Source

Merge branch 'master' of https://git.cecmartech.com/DC/Moderna-Survey

Sherry 1 year ago
parent
commit
c273dbec4e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      nginx/default.conf

+ 1
- 1
nginx/default.conf View File

@@ -1,6 +1,6 @@
1 1
 server {
2 2
     listen 80;
3
-    listen 443;
3
+    listen 443 ssl;
4 4
 
5 5
     ssl_certificate /var/cert/fullchain1.pem;
6 6
     ssl_certificate_key /var/cert/privkey1.pem;