- Location/work auth updates across data, HTML, and app - Swap resume PDF to DobkinResume26 - Refresh experience bullets, projects, and skills - Add deploy/ with Caddyfile snippet, LXC setup, and update scripts Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
409 B
Caddyfile
18 lines
409 B
Caddyfile
# Replace the existing iliadobkin.com block in your Caddy VM's Caddyfile.
|
|
|
|
iliadobkin.com {
|
|
reverse_proxy 10.0.10.124:8080
|
|
|
|
header {
|
|
X-Content-Type-Options nosniff
|
|
X-Frame-Options DENY
|
|
Referrer-Policy strict-origin-when-cross-origin
|
|
Permissions-Policy "geolocation=(), microphone=(), camera=()"
|
|
-Server
|
|
}
|
|
}
|
|
|
|
www.iliadobkin.com {
|
|
redir https://iliadobkin.com{uri}
|
|
}
|