Add unstable sources.list

This commit is contained in:
Mark Janssen 2024-07-31 22:23:28 +02:00
parent 67087c4f48
commit f407329ecc
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
10 changed files with 51 additions and 7 deletions

View file

@ -10,6 +10,7 @@ server {
ssl_certificate /var/lib/dehydrated/certs/{{ site.server_name }}/fullchain.pem;
ssl_certificate_key /var/lib/dehydrated/certs/{{ site.server_name }}/privkey.pem;
index {{ nginx_index | default('index.php index.html index.htm') }};
client_max_body_size {{ nginx_client_max_body_size }};
location ~ /\.ht {