Merge pull request 'Add iacore.conf' (#20) from patch-3 into main

Reviewed-on: #20
This commit is contained in:
iacore 2023-12-19 23:19:58 +00:00
commit 8383e4eb10
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

15
iacore.conf Normal file
View file

@ -0,0 +1,15 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name www2.1a-insec.net;
ssl_certificate /etc/letsencrypt/live/www2.1a-insec.net/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/www2.1a-insec.net/privkey.pem;
root /srv/http/pages/xrablnhmov;
index index.html;
location / {
try_files $uri $uri.html $uri/ =404;
}
}