fix: Disable IPv6 in Nginx (#662)

This commit is contained in:
Kroese 2024-03-25 13:53:30 +01:00 committed by GitHub
parent 1c8cad92f8
commit be027e10be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,6 @@
server {
listen 80;
listen [::]:80;
listen 5000 default_server;
listen [::]:5000 default_server;
autoindex on;
tcp_nodelay on;