crt
parent
f60be3900a
commit
ca8a117794
|
@ -3,8 +3,8 @@ server {
|
||||||
listen [::]:443 ssl http2 default_server;
|
listen [::]:443 ssl http2 default_server;
|
||||||
server_name www.libraryofcode.org;
|
server_name www.libraryofcode.org;
|
||||||
|
|
||||||
ssl_certificate /etc/nginx/ssl/org.chain.crt;
|
ssl_certificate /etc/ssl/private/ov.chain.crt;
|
||||||
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
|
ssl_certificate_key /etc/ssl/private/ov.key.pem;
|
||||||
|
|
||||||
root /var/www/wordpress;
|
root /var/www/wordpress;
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
Loading…
Reference in New Issue