.
This commit is contained in:
parent
5c157a492b
commit
0a284fe1f0
1 changed files with 6 additions and 6 deletions
|
|
@ -43,8 +43,8 @@ http {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
http2 on;
|
http2 on;
|
||||||
# use the certificates
|
# use the certificates
|
||||||
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0002/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0003/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0002/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0003/privkey.pem;
|
||||||
server_name app.mzansi-innovation-hub.co.za;
|
server_name app.mzansi-innovation-hub.co.za;
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
|
@ -89,8 +89,8 @@ http {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
http2 on;
|
http2 on;
|
||||||
# use the certificates
|
# use the certificates
|
||||||
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0002/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0003/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0002/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0003/privkey.pem;
|
||||||
server_name api.mzansi-innovation-hub.co.za;
|
server_name api.mzansi-innovation-hub.co.za;
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
|
@ -135,8 +135,8 @@ http {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
http2 on;
|
http2 on;
|
||||||
# use the certificates
|
# use the certificates
|
||||||
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0002/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0003/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0002/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za-0003/privkey.pem;
|
||||||
server_name minio.mzansi-innovation-hub.co.za;
|
server_name minio.mzansi-innovation-hub.co.za;
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue