[nginx] Add ipv6 listener (#3292)

This commit is contained in:
Bocki 2023-03-07 23:59:22 +01:00 committed by GitHub
parent 0a114c02c2
commit 783160e715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
root /app;
access_log /var/log/nginx/rssbridge.access.log;
error_log /var/log/nginx/rssbridge.error.log;