generated from nhcarrigan/template
feat: add personality.nhcarrigan.com
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Static content and publishing sites: blog, books, donate, music, secrets, style, testimonials.
|
# Static content and publishing sites: blog, books, donate, music, personality, secrets, style, testimonials.
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name blog.nhcarrigan.com;
|
server_name blog.nhcarrigan.com;
|
||||||
@@ -91,6 +91,20 @@ server {
|
|||||||
include /etc/nginx/snippets/deny-dotfiles.conf;
|
include /etc/nginx/snippets/deny-dotfiles.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 443 ssl;
|
||||||
|
server_name personality.nhcarrigan.com;
|
||||||
|
ssl_certificate /etc/letsencrypt/live/personality.nhcarrigan.com/fullchain.pem;
|
||||||
|
ssl_certificate_key /etc/letsencrypt/live/personality.nhcarrigan.com/privkey.pem;
|
||||||
|
|
||||||
|
root /home/naomi/personality/dist;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
index index.html;
|
||||||
|
}
|
||||||
|
include /etc/nginx/snippets/deny-dotfiles.conf;
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name secrets.nhcarrigan.com;
|
server_name secrets.nhcarrigan.com;
|
||||||
|
|||||||
Reference in New Issue
Block a user