generated from nhcarrigan/template
feat: add elowyn
This commit is contained in:
parent
7c098d41c7
commit
591fc61a10
@ -218,6 +218,24 @@ server {
|
|||||||
return 301 https://docs.nhcarrigan.com/about/donate/;
|
return 301 https://docs.nhcarrigan.com/about/donate/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 443 ssl;
|
||||||
|
server_name elowyn.nhcarrigan.com;
|
||||||
|
ssl_certificate /etc/letsencrypt/live/elowyn.nhcarrigan.com/fullchain.pem;
|
||||||
|
ssl_certificate_key /etc/letsencrypt/live/elowyn.nhcarrigan.com/privkey.pem;
|
||||||
|
|
||||||
|
root /home/nhcarrigan/elowyn;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
index index.html;
|
||||||
|
try_files $uri $uri/ /index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
location ~* \.(js|css)$ {
|
||||||
|
try_files $uri $uri/ @rewrite;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name forms-api.nhcarrigan.com;
|
server_name forms-api.nhcarrigan.com;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user