Update nginx.conf
listen [::]:8080; Missing IPv6 plus SEMICOLONE... https://github.com/alam00000/bentopdf/issues/136
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user