I use NGINX to reverse proxy incoming requests from a network interface to a WIldfly application server listening on port 8080. The config is simple: server { listen 80; server_name application.mynet.com; location /myapplication { proxy_pass http://127.0.0.1:8080/myapplication/; } } That works as expected. But what if I add a second network interface toby sbeaver - How to...
![]() |
![]() |
![]() |
![]() |
|