mirror of
https://github.com/caronc/apprise-api.git
synced 2025-01-05 21:48:59 +01:00
IPv6 NginX support (#129)
This commit is contained in:
parent
beade2b5ff
commit
669619eae3
@ -41,6 +41,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 8000;
|
||||
listen [::]:8000;
|
||||
|
||||
# Main Website
|
||||
location / {
|
||||
|
Loading…
Reference in New Issue
Block a user