Big review

This commit is contained in:
2022-09-16 15:00:38 +02:00
parent bc3f4e3591
commit 725512cd85
14 changed files with 134 additions and 182 deletions

View File

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