Skip to content

Commit

Permalink
chore(setup): Revert IPv6 setup in NGINX (immich-app#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Feb 13, 2023
1 parent 2c1aab1 commit 9f8aaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ http {
client_max_body_size 50000M;

listen 8080;
listen [::]:8080;

access_log off;

location /api {
Expand Down

0 comments on commit 9f8aaa5

Please sign in to comment.