Add ssl to server on port 443
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -40,7 +40,11 @@ | ... | @@ -40,7 +40,11 @@ |
| 40 | - core: | 40 | - core: |
| 41 | listen: | 41 | listen: |
| 42 | - port: 443 | 42 | - port: 443 |
| 43 | ssl: true | ||
| 43 | server_name: vueapp.test.vue.gov.py | 44 | server_name: vueapp.test.vue.gov.py |
| 45 | ssl: | ||
| 46 | certificate: /etc/letsencrypt/live/vueapp.test.vue.gov.py/fullchain.pem | ||
| 47 | certificate_key: /etc/letsencrypt/live/vueapp.test.vue.gov.py/privkey.pem | ||
| 44 | log: | 48 | log: |
| 45 | access: | 49 | access: |
| 46 | - path: /var/log/nginx/access.log | 50 | - path: /var/log/nginx/access.log | ... | ... |
-
Please register or sign in to post a comment