mirror of
https://github.com/go-gitea/infrastructure.git
synced 2026-07-21 01:35:22 -04:00
[PR #15] [MERGED] Fix traefik version to 1.2.1 #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/infrastructure/pull/15
Author: @sapk
Created: 4/13/2017
Status: ✅ Merged
Merged: 4/13/2017
Merged by: @lunny
Base:
master← Head:fix-traefik-version📝 Commits (1)
11c895aFix traefik version to 1.2.1📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
ansible/roles/traefik/defaults/main.yml(+1 -1)📄 Description
Since v1.2.2 seems to introduce a redirect loop (302).
The *.gitea.io websites are inaccessible since a little time due to a redirect loop.
I suspect that it is the same bug that : containous/traefik#1429.
I have the same problem on one of my server and fixing to v1.2.1 fix the it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.