Update nginx.conf

listen [::]:8080;

Missing IPv6 plus SEMICOLONE...

https://github.com/alam00000/bentopdf/issues/136
This commit is contained in:
RJGhugo
2025-11-19 10:52:58 +01:00
committed by GitHub
parent 900196879f
commit 41a35586c7

View File

@@ -18,6 +18,7 @@ http {
server { server {
listen 8080; listen 8080;
listen [::]:8080;
server_name localhost; server_name localhost;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;