mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 08:17:01 +05:30
Caddyfile: add back stats
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
813ac19439
commit
34d10477df
1 changed files with 8 additions and 0 deletions
|
@ -101,3 +101,11 @@ https://staging.msfjarvis.dev {
|
|||
import csp_config
|
||||
root /var/www/staging.msfjarvis.dev/
|
||||
}
|
||||
|
||||
https://stats.msfjarvis.dev {
|
||||
import base_config
|
||||
import compression_config
|
||||
proxy / http://localhost:8084 {
|
||||
import proxy_config
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue