Hello.
I have two webapps (SafeQ 6) running on Tomcat 9 in my LAN:
- print.kstk.lan
- print.kstk.lan:9090/end-user/ui/login
When I use reverse_proxy in my Caddyfile for the first one:
print.kostka-skola.cz {
reverse_proxy print.kstk.lan
}
everything is OK and I have my webapp on https://print.kostka-skola.cz Its wonderful!
1. The problem I’m having:
What do I have to do for the second one? Configuration in Caddyfile like this is not working
mprint.kostka-skola.cz {
reverse_proxy print.kstk.lan:9090/end-user/ui/login
}
2. Error messages and/or full log output:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
3. Caddy version:
Caddy v2.8.4
4. How I installed and ran Caddy:
a. System environment:
Ubuntu Server
b. Command:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
c. Service/unit/compose file:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
d. My complete Caddy config:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.