You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-11-27 23:32:25 +02:00
feat(proxy): Initial IPv6 support (#1577)
This commit is contained in:
committed by
GitHub
parent
dc9da7480c
commit
43359f1d26
@@ -56,6 +56,7 @@ http {
|
|||||||
client_max_body_size 50000M;
|
client_max_body_size 50000M;
|
||||||
|
|
||||||
listen 8080;
|
listen 8080;
|
||||||
|
listen [::]:8080;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
|
|||||||
Reference in New Issue
Block a user