11 lines
287 B
Caddyfile
11 lines
287 B
Caddyfile
# sdet.levkin.ca — Playwright career portfolio (ilia/sdetProfile) on LXC 219.
|
|
# Apex iliadobkin.com is the personal hub (ilia/portfolio) on the same LXC.
|
|
|
|
sdet.levkin.ca {
|
|
import security-headers
|
|
reverse_proxy 10.255.255.1:80
|
|
log {
|
|
output file /var/log/caddy/sdet_access.log
|
|
}
|
|
}
|