feat: additionally listen to IPv6 (#1343)

This commit is contained in:
Me Hoy
2025-10-27 05:54:28 +01:00
committed by GitHub
parent 947a12c20a
commit 156c16e37a

View File

@@ -15,6 +15,7 @@ http {
server {
listen ${BOOKLORE_PORT};
listen [::]:${BOOKLORE_PORT};
# Set the root directory for the server (Angular app)
root /usr/share/nginx/html;