Reverse Proxy in Coolify #6191
-
Hi, Any guidance and recommendations would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
is your nginx running inside docker if it is, you will need to add a /path route to your main domain (you would need to do this in dynamic files if nginx isn't managed by coolify or add labels yourself), such that any requests to /uploads on your app go to the nginx container |
Beta Was this translation helpful? Give feedback.
-
I have Updated loaded this yaml file in proxy > dynamic Configuration and wait for 2 to 3 hours. It is Working now. http: |
Beta Was this translation helpful? Give feedback.
I have Updated loaded this yaml file in proxy > dynamic Configuration and wait for 2 to 3 hours. It is Working now.
http:
routers:
uploads-router:
rule: 'Host(
contractqs.ai
) && PathPrefix(/uploads
)'entryPoints:
- https
service: uploads-service
tls:
certResolver: letsencrypt
services:
uploads-service:
loadBalancer:
servers:
-
url: 'http://host.docker.internal:8200'