Proxy apache to docker

nskins

Verified User
Joined
Dec 1, 2019
Messages
37
I'm using nginx_apache webserver and creating more subdomain to manage monitor.

And done many ways to proxy uptime-kuma failed. What appears error below:

Cannot connect to the socket server. [Error: websocket error] Reconnecting... Using a Reverse Proxy? Check how to configure it for WebSocket


Link : https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy
 
Use the tool Admin Level -> Custom HTTPD Configuration -> domain.com to edit the Nginx and add this code to "custom1" section.
Code:
|?PROXY_IP="localhost"|
|?PORT_8080="8209"|
|?PORT_8081="8209"|
 
@jamgames2

I see and try, but unfortunately now return wrong ports. I also try to run under public ip but constantly when I change the .env from localhost to public ip it still runs on localhost

Maybe you have a minute, and Can we send you the data via PM to the server and you could check? We would appreciate.
 
Back
Top