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 7a425ac commit 7e4c397Copy full SHA for 7e4c397
1 file changed
docker/nginx.conf
@@ -27,7 +27,8 @@ http {
27
include mime.types;
28
access_log /dev/stdout;
29
error_log /dev/stderr;
30
- listen [::]:8080 ipv6only=off;
+ listen 8080;
31
+ listen [::]:8080;
32
proxy_redirect off;
33
proxy_set_header Host $host;
34
proxy_set_header X-Real-IP $remote_addr;
0 commit comments