feat: a lots of stuff and bugfixes mostly
This commit is contained in:
parent
0289360eb6
commit
a13235a7db
14 changed files with 468 additions and 62 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue