fix: remove dead link from docs (#7027)

Remove dead link

Closes #6932
This commit is contained in:
Melvin Lammerts 2024-02-11 19:09:36 +01:00 committed by GitHub
parent 4e31d82bac
commit eeeabcfef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,6 @@ Below is an example config for nginx. Make sure to include `client_max_body_size
server {
server_name <snip>
# https://github.com/immich-app/immich/blob/main/nginx/templates/default.conf.template#L28
client_max_body_size 50000M;
location / {