Fix IPv6 support for the Docker container (#1884)
* Fix `docker-nginx.conf` indentation * Listen on IPv4 and IPv6 inside Docker
This commit is contained in:
parent
585d9111c9
commit
75c58f8d1a
1 changed files with 8 additions and 5 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
server {
|
server {
|
||||||
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue