proxy: Fix exception for serving locally
authorAlex Dehnert <alex@dehnerts.com>
Sat, 7 Aug 2021 18:42:56 +0000 (14:42 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Sat, 7 Aug 2021 18:42:56 +0000 (14:42 -0400)
Judging by
https://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritecond,
REQUEST_FILENAME isn't available in a vhost, so we need to put the vhost root
before the REQUEST_URI.


No differences found