Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.3k
Coolify + Gitea with IIS Reverse Proxy - Getting 404#7659
-
Hello! After 20 hours of struggle, I'm trying to ask you for help. My Goal: Access Coolify at "http://coolify.example.com". Run HTTP initially before moving to HTTPS. What I Did: The part I'm unsure about (Domain Access): Coolify -> Settings -> Configuration -> General -> Domain =http://coolify.example.com Since I use Microsoft IIS as the web server for my public websites, I don't want to disrupt my existing setup. I am trying to run Coolify behind IIS, using IIS as a Reverse Proxy. IIS Reverse Proxy Setup: New site = example.com (http) Created web.config (with help from ChatGPT & Gemini): XML The Result: I receive the response: If I turn off the Coolify proxy, I get an IIS error: My Questions: |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
-
Don't alter the http_host just set preserve host headers to true and remove that line |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you! I updated my web.config to the following: I also ran the following command in an administrative command prompt: I found the solution via this guide:https://grafana.com/tutorials/iis/ It is working perfectly now! :) |
BetaWas this translation helpful?Give feedback.