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