A little bunch of updates
This commit is contained in:
parent
79aa757f39
commit
6627495cdd
3 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#asxp.io test gpg sign
|
#asxp.io test gpg sign
|
||||||
server {
|
server {
|
||||||
|
#listen 80;
|
||||||
|
#listen [::]:80;
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
http2 on;
|
http2 on;
|
||||||
|
|
13
sites-available/dynmap
Normal file
13
sites-available/dynmap
Normal 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
1
sites-enabled/dynmap
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/etc/nginx/sites-available/dynmap
|
Loading…
Add table
Reference in a new issue