generated from nhcarrigan/template
feat: add nocturne.nhcarrigan.com static site config
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Nocturne static site.
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name nocturne.nhcarrigan.com;
|
||||
ssl_certificate /etc/letsencrypt/live/nocturne.nhcarrigan.com/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/nocturne.nhcarrigan.com/privkey.pem;
|
||||
|
||||
root /home/naomi/nocturne;
|
||||
|
||||
location / {
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
../sites-available/nocturne.conf
|
||||
Reference in New Issue
Block a user