diff options
author | Adam Spragg <adam@spra.gg> | 2018-06-06 23:14:11 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-06-06 23:14:11 +0100 |
commit | eb55afa5e3aadb80c1ddd3b15f65bd3e8d2ca43f (patch) | |
tree | 32ae4b7785a0e1e3e73e0099bc9d6f4e40b62086 /apache2.conf | |
parent | 47e000d2354cc23ba530f3012a35a4b671fe0f32 (diff) |
Add /obs/server-status and index file for /obs
Diffstat (limited to 'apache2.conf')
-rw-r--r-- | apache2.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apache2.conf b/apache2.conf index 3fb00d7..6cd31b0 100644 --- a/apache2.conf +++ b/apache2.conf @@ -161,6 +161,10 @@ Require valid-user </Location> + <Location "/obs/server-status"> + SetHandler server-status + </Location> + # Enable user-dirs UserDir public_html |