We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[x]
When trying to setup Gitea on a Windows Server 2019 with IIS using the reverse proxy configuration example from the official documentation, pull requests won't work at all. Server is returning 400.
This is due to some weird IIS specifics, they don't allow to use some special characters in the URL by default.
Adding this to the config fixes the pull requests:
<system.web> <httpRuntime requestPathInvalidCharacters="" /> </system.web>
I'll create a pull request for this issue.
The text was updated successfully, but these errors were encountered:
fix go-gitea#16245
ae2753c
Successfully merging a pull request may close this issue.
[x]
):Description
When trying to setup Gitea on a Windows Server 2019 with IIS using the reverse proxy configuration example from the official documentation, pull requests won't work at all. Server is returning 400.
This is due to some weird IIS specifics, they don't allow to use some special characters in the URL by default.
Fix
Adding this to the config fixes the pull requests:
I'll create a pull request for this issue.
The text was updated successfully, but these errors were encountered: