ipv6: fix for broken 302 redirect locations

This commit is contained in:
chandi 2020-07-13 17:52:31 +02:00
parent 3e5b3d8a74
commit 81a024a8e6

View File

@ -8,6 +8,7 @@ server {
listen [::]:8080 default_server;
server_name _;
access_log /dev/stdout;
absolute_redirect off;
# redirect to greenlight
location = / {