This commit is contained in:
Artur Gurgul 2025-08-01 20:11:48 +02:00
parent b3dba4542f
commit 0c98334d1c
9 changed files with 151 additions and 0 deletions

View file

@ -0,0 +1,5 @@
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
}