IPv6 NginX support (#129)

This commit is contained in:
Chris Caron 2023-08-20 00:10:34 -04:00 committed by GitHub
parent beade2b5ff
commit 669619eae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ http {
server {
listen 8000;
listen [::]:8000;
# Main Website
location / {