Skip to content

Commit

Permalink
ipv6 NginX support
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 20, 2023
1 parent beade2b commit c12b436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apprise_api/etc/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ http {

server {
listen 8000;
listen [::]:8000;

# Main Website
location / {
Expand Down

0 comments on commit c12b436

Please sign in to comment.