diff --git a/Caddyfile b/Caddyfile index 05e3335..2c8577f 100755 --- a/Caddyfile +++ b/Caddyfile @@ -9,33 +9,6 @@ } } -jenkins.lucasroyer.fr { - # Security - header { - X-Frame-Options "SAMEORIGIN" - X-Content-Type-Options "nosniff" - X-XSS-Protection "1; mode=block" - } - - # Large files - request_body { - max_size 512MB - } - - # Compression - encode zstd gzip - - # Log - log { - output file /data/jenkins_access.log - } - - # Redirect - reverse_proxy jenkins:8080 { - flush_interval -1 - } -} - portfolio.lucasroyer.fr { # Server cache cache {