generated from nhcarrigan/template
feat: add style.nhcarrigan.com to content sites
This commit is contained in:
@@ -71,6 +71,19 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name style.nhcarrigan.com;
|
||||
ssl_certificate /etc/letsencrypt/live/style.nhcarrigan.com/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/style.nhcarrigan.com/privkey.pem;
|
||||
|
||||
root /home/naomi/style;
|
||||
|
||||
location / {
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name testimonials.nhcarrigan.com;
|
||||
|
||||
Reference in New Issue
Block a user