generated from nhcarrigan/template
chore: sync configs
This commit is contained in:
parent
6e74cd017f
commit
122a0eec92
@ -113,6 +113,23 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name books.nhcarrigan.com;
|
||||
ssl_certificate /etc/letsencrypt/live/books.nhcarrigan.com/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/books.nhcarrigan.com/privkey.pem;
|
||||
|
||||
root /home/nhcarrigan/books;
|
||||
|
||||
location / {
|
||||
index index.html;
|
||||
}
|
||||
|
||||
location /books.json {
|
||||
try_files /books.json =404;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name chat.nhcarrigan.com;
|
||||
|
Loading…
x
Reference in New Issue
Block a user