Skip to main content

New answers tagged

0 votes

How to setup a reverse proxy across multiple devices on a local network

I have found a lot of resources on setting up a reverse proxy in order to direct traffic to specific services via subdomains, but from what I could gather, this is all running on the same physical ...
grawity_u1686's user avatar
0 votes

How to setup a reverse proxy across multiple devices on a local network

You can use traefik with docker: docker-compose.yml version: '3.7' services: traefik: image: traefik:v2.9 container_name: traefik restart: always command: - "--api....
J-Diablo's user avatar

Top 50 recent answers are included