diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-18 01:50:24 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-18 01:50:24 +0800 |
commit | d1bc8933e4a004324539b8d1f20560045579de4f (patch) | |
tree | b54296921e7be961d984a75316dc780b5e39908a /forge.scfg | |
parent | Add sqlc (diff) | |
download | forge-d1bc8933e4a004324539b8d1f20560045579de4f.tar.gz forge-d1bc8933e4a004324539b8d1f20560045579de4f.tar.zst forge-d1bc8933e4a004324539b8d1f20560045579de4f.zip |
Add templates and static paths to the web config
Diffstat (limited to 'forge.scfg')
-rw-r--r-- | forge.scfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ web { # Are we running behind a reverse proxy? If so, we will trust # X-Forwarded-For headers. reverse_proxy true + + templates_path /usr/share/lindenii/forge/templates + static_path /usr/share/lindenii/forge/static } irc { |