[DEPLOY] Add deployment resources

This commit is contained in:
2023-03-12 13:00:40 +00:00
parent 4e4503e097
commit d19554de24
12 changed files with 845 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
:80 :443 {
root * /srv
file_server
@proxy_paths {
not path /static/*
not path /media/*
}
reverse_proxy @proxy_paths http://server:8000
log {
output stderr
format console
}
}