1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00

chore(setup): Revert IPv6 setup in NGINX (#1744)

This commit is contained in:
Alex 2023-02-13 13:31:20 -06:00 committed by GitHub
parent 2c1aab154a
commit 9f8aaa57b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +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 {