mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
feat: additionally listen to IPv6 (#1343)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user