Commit 4c09ec52 authored by William Tucker's avatar William Tucker
Browse files

Fixed bug in HTTP config

parent b427cc03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ server {
    }

    location @error401 {
        return 302 https://$host/login;
        return 302 http://$host/login;
    }
    {% endif %}