chore: remove jenkins, switch to gitea actions
This commit is contained in:
27
Caddyfile
27
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 {
|
||||
|
||||
Reference in New Issue
Block a user