forked from extern/docker
ipv6: fix for broken 302 redirect locations
This commit is contained in:
parent
3e5b3d8a74
commit
81a024a8e6
@ -8,6 +8,7 @@ server {
|
||||
listen [::]:8080 default_server;
|
||||
server_name _;
|
||||
access_log /dev/stdout;
|
||||
absolute_redirect off;
|
||||
|
||||
# redirect to greenlight
|
||||
location = / {
|
||||
|
Loading…
Reference in New Issue
Block a user