readytouse
This commit is contained in:
parent
91063c1a0c
commit
9281354f2e
16 changed files with 690 additions and 0 deletions
7
immich-ansible/roles/nginx/defaults/main.yml
Normal file
7
immich-ansible/roles/nginx/defaults/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# Nom du fichier dans /etc/nginx/sites-available et sites-enabled.
|
||||
# Par défaut : "{{ immich_domain }}.conf"
|
||||
# immich_nginx_site_filename: "{{ immich_domain }}.conf"
|
||||
|
||||
# Uploads photos/vidéos : taille élevée par défaut.
|
||||
immich_nginx_client_max_body_size: "10G"
|
||||
Loading…
Add table
Add a link
Reference in a new issue