fix: nginx listen on all interfaces for Docker
This commit is contained in:
parent
86a126bc41
commit
26f4d14f9f
@ -36,7 +36,8 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
listen [::]:80;
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user