[FIX] attempting to make media folder hosting work

This commit is contained in:
2023-01-07 19:31:49 +00:00
parent 2a08ddba45
commit 011a01d176
5 changed files with 10 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
http://* {
:80 :443 {
root * /srv
file_server
@proxy_paths {
not path /static/*
not path /media/*
}
reverse_proxy @proxy_paths http://server:8000