nginx-proxy-auto-docker/test/test_virtual-path/alternate.conf
Alexander Lieret d8db8973ec
feat: Add custom location block to virtual paths
This features allows the custom location blocks to be added to the
virtual path based routing. The custom config can be specified for each
container individually.
2021-08-11 18:15:50 +02:00

1 line
37 B
Text

rewrite ^/(web3|alt)/(.*) /$2 break;