mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[nginx] Add ipv6 listener (#3292)
This commit is contained in:
parent
0a114c02c2
commit
783160e715
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue