Reverse proxy with Docker

Hello, I’m blocked since a few things, and it’s really frustrating and complicated, I explain you, I wanted to point my domain name (reverse proxy) to a Docker service example (Plausible analytics) I created a file example.tpl and example.stpl, for the blow I have no way to solve this problem, someone would be maybe help me? I thank you for it.

Exemple:
server {
listen %ip%:%proxy_port%;
server_name %domain_idn% %alias_idn%;

location / {
    proxy_pass      http://%ip%:32400;
}

}

Will be handled in discord due to crosspost: Discord

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.