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

View File

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