nginx role for git + music
This commit is contained in:
parent
d0c1e45196
commit
ecf68bd0cf
8 changed files with 51 additions and 33 deletions
|
@ -10,6 +10,8 @@ server {
|
|||
ssl_certificate /var/lib/dehydrated/certs/{{ site.server_name }}/fullchain.pem;
|
||||
ssl_certificate_key /var/lib/dehydrated/certs/{{ site.server_name }}/privkey.pem;
|
||||
|
||||
client_max_body_size {{ nginx_client_max_body_size }};
|
||||
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue