Skip to content

Commit 783160e

Browse files
authored
[nginx] Add ipv6 listener (RSS-Bridge#3292)
1 parent 0a114c0 commit 783160e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nginx.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
server {
22
listen 80 default_server;
3+
listen [::]:80 default_server;
34
root /app;
45
access_log /var/log/nginx/rssbridge.access.log;
56
error_log /var/log/nginx/rssbridge.error.log;

0 commit comments

Comments
 (0)