first commit

This commit is contained in:
sujiba 2024-09-17 00:47:41 +02:00
commit 3bfbd3f7f9
10 changed files with 329 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
server {
listen 80 default_server;
listen [::]:80 default_server;
location / {
return 301 https://$host$request_uri;
}
}