1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-03 13:09:27 +02:00

feat(proxy): Initial IPv6 support (#1577)

This commit is contained in:
Skyler Mäntysaari 2023-02-08 21:53:48 +02:00
parent c0b0b3b3df
commit c3eb2f9b02

View File

@ -56,6 +56,7 @@ http {
client_max_body_size 50000M;
listen 8080;
listen [::]:8080;
access_log off;
location /api {