diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 02:52:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 02:52:14 +0200 |
commit | 6c3524c381467483a025eda5e7e5f0ded53094fa (patch) | |
tree | 0d081ed4bc18f0a950783a5fe8e1fe4e08c888d1 /src/modules/mod.rs | |
parent | b005bbca6d8c1adb9c12e10d79028717b9d963c5 (diff) | |
download | gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar.bz2 gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar.zst |
paths module
Diffstat (limited to 'src/modules/mod.rs')
-rw-r--r-- | src/modules/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/mod.rs b/src/modules/mod.rs index 987646f..dfb1f02 100644 --- a/src/modules/mod.rs +++ b/src/modules/mod.rs @@ -15,6 +15,7 @@ pub mod file; pub mod files; pub mod headers; pub mod hosts; +pub mod paths; pub mod proxy; pub mod redirect; pub mod switch; @@ -27,6 +28,7 @@ pub static MODULES: &[&dyn NodeKind] = &[ &auth::cookie::CookieAuthKind, &proxy::ProxyKind, &hosts::HostsKind, + &paths::PathsKind, &files::FilesKind, &file::FileKind, &accesslog::AccessLogKind, |