Moving to Hetzner
This commit is contained in:
parent
5b40624c19
commit
202c24341b
12 changed files with 128 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
#listen [::]:443 ssl http2;
|
||||
server_name git.asxp.io www.git.asxp.io;
|
||||
|
||||
location / {
|
||||
|
|
@ -13,6 +13,6 @@ server {
|
|||
|
||||
ssl_certificate /etc/letsencrypt/live/asxp.io/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/asxp.io/privkey.pem;
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||
}
|
||||
#include /etc/letsencrypt/options-ssl-nginx.conf;
|
||||
#ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue