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