Moving to Hetzner

This commit is contained in:
me@asxp.io 2023-08-21 01:50:56 +02:00
commit 202c24341b
12 changed files with 128 additions and 14 deletions

View file

@ -1,6 +1,6 @@
server {
listen 80;
listen [::]:80;
#listen [::]:80;
server_name _;
return 301 https://$host$request_uri;
}
}