NGINX中此配置的IIS等价物是什么?
proxy_set_header X-Forwarded-Proto https;
我在Windows服务器上运行JetBrains YouTrack,使用IIS作为终止SSL代理,并在尝试登录时出现此错误:
HTTP ERROR 405 Problem accessing /hub/auth/login. Reason: HTTP method POST is not supported by this URL Powered by Jetty://
我的web.config看起来像这样:
我试图按照这个来源的解决方案:https://confluence.jetbrains.com/display/YTD65/Linux.+JAR+in+Nginx+Web+Server,但对于IIS
找到https://confluence.jetbrains.com/display/YTD65/Configuring+Proxy#ConfiguringProxy-IISreverseproxy后解决