You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
# ===== Global =====
email {$EMAIL}
acme_ca {$ACME_URL:"https://acme-staging-v02.api.letsencrypt.org/directory"}
servers {
trusted_proxies cloudflare {
interval 12h
timeout 15s
}
}
order coraza_waf first
}
import common.caddy
# Only these will be loaded; set ACTIVE_IMPORTS to a space-separated list of site files.
# e.g.
# ACTIVE_SITE="sites/production/*.caddy"
# ACTIVE_SITE="sites/beta/*.caddy"
# ACTIVE_SITE="sites/dev/*.caddy"
import "{$ACTIVE_SITE}"
The ACTIVE_SITE file
# Primary: onepub.dev + wildcard (prod & beta share app routes)
# The wild card is required to support www.onepub.dev
onepub.dev, *.onepub.dev {
import cloudflare-tls
import common-security
import common-app-routes
# Beta-specific robots
@beta host beta.onepub.dev
header @beta {
X-Robots-Tag "noindex, nofollow"
}
# MailHog ONLY for beta.onepub.dev
handle @beta {
import common-mailhog
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The caddy community sent me over here so i'm hoping I"m i the right place.
owasp is rejecting valid requests : uri “/?v-r=heartbeat&v-uiId=0”
I’ve tried chat gpt but it keeps going around in circles.
I'm seeing this error, however I need this request to pass.
Here is my caddy config:
The ACTIVE_SITE file
common.caddy
Beta Was this translation helpful? Give feedback.
All reactions