We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c7471 commit 630c223Copy full SHA for 630c223
install/booklore-install.sh
@@ -77,7 +77,8 @@ msg_info "Configure Nginx"
77
rm -rf /usr/share/nginx/html
78
ln -s /opt/booklore/booklore-ui/dist/booklore/browser /usr/share/nginx/html
79
cp /opt/booklore/nginx.conf /etc/nginx/nginx.conf
80
-sed -i "s/listen \${BOOKLORE_PORT};/listen 6060;/" /etc/nginx/nginx.conf
+sed -i 's/listen \${BOOKLORE_PORT};/listen 6060;/' /etc/nginx/nginx.conf
81
+sed -i 's/listen \[::\]:${BOOKLORE_PORT};/listen [::]:6060;/' /etc/nginx/nginx.conf
82
systemctl restart nginx
83
msg_ok "Configured Nginx"
84
0 commit comments