mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-16 17:40:56 +02:00
IPv6 NginX support (#129)
This commit is contained in:
@ -41,6 +41,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 8000;
|
||||
listen [::]:8000;
|
||||
|
||||
# Main Website
|
||||
location / {
|
||||
|
Reference in New Issue
Block a user