Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
fix: nginx: listen on IPv6 interfaces (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmen authored Oct 28, 2021
1 parent df0bf8e commit 103659c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen 80 default_server;
listen [::]:80 default_server;

access_log /var/log/nginx/fluidd-access.log;
error_log /var/log/nginx/fluidd-error.log;
Expand Down

0 comments on commit 103659c

Please sign in to comment.