feat: a lots of stuff and bugfixes mostly

This commit is contained in:
Albatroz Jeremias 2026-09-23 00:12:31 +01:00
parent 0289360eb6
commit a13235a7db
14 changed files with 468 additions and 62 deletions

View file

@ -2,9 +2,9 @@ server {
listen [::]:80;
listen 80;
server_name {{ cuyper__hostname }};
access_log /var/log/nginx/{{ cuyper__hostname }}.access.log;
error_log /var/log/nginx/{{ cuyper__hostname }}.error.log;
server_name {{ cuyper__dns_domain }};
access_log /var/log/nginx/{{ cuyper__dns_domain }}.access.log;
error_log /var/log/nginx/{{ cuyper__dns_domain }}.error.log;
client_max_body_size 128M;