A little bunch of updates

This commit is contained in:
Sergei Poljanski 2024-04-13 21:50:51 +02:00
parent 79aa757f39
commit 6627495cdd
3 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#asxp.io test gpg sign
server {
#listen 80;
#listen [::]:80;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;

13
sites-available/dynmap Normal file
View file

@ -0,0 +1,13 @@
server {
server_name childfr.ee;
listen 443 ssl;
listen [::]:443 ssl; #ipv6only=on;
http2 on;
ssl_certificate /etc/letsencrypt/live/asxp.io/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/asxp.io/privkey.pem;
#ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
location / {
proxy_pass http://localhost:8123;
}
}

1
sites-enabled/dynmap Symbolic link
View file

@ -0,0 +1 @@
/etc/nginx/sites-available/dynmap