Added the possibility to serve static files

This commit is contained in:
Slatian
2023-02-25 13:30:46 +01:00
parent a48050b234
commit 97507634df
6 changed files with 90 additions and 8 deletions

View File

@ -11,6 +11,10 @@ ip_header = "RightmostXForwardedFor"
# When you don't want to use a proxy server:
#ip_header = "ConnectInfo"
# You can specify a custom location for static files here
# Defaults to the static directory in the templete direcotry
# Acts as an "underlay"
#static_location = ""
# Allow querying of private range ips
# enable if you want to use this service