Please do add a tag to your post as stated on the sublemmy sidebar! Thank you. :)
Self Hosted - Self-hosting your services.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules
- No harassment
- crossposts from c/Open Source & c/docker & related may be allowed, depending on context
- Video Promoting is allowed if is within the topic.
- No spamming.
- Stay friendly.
- Follow the lemmy.ml instance rules.
- Tag your post. (Read under)
Important
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
- Lemmy doesn't have tags yet, so mark it with [Question], [Help], [Project], [Other], [Promoting] or other you may think is appropriate.
Cross-posting
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed if topic has to do with selfhosting.
- [email protected] is allowed!
If you see a rule-breaker please DM the mods!
try changing the cache options maybe?
Nailed it, that was the issue. Missed the line of code that had my cache options set too long. Thank you!
Are you able to point me to where i can find the cache options? I'm also new to Caddy and want to make sure i'm not making any silly mistakes.
This line here was my problem:
Cache-Control "public,max-age=86400,s-maxage=86400,max-stale=3600,stale-while-revalidate=86400,stal>
}
If you want cache control you can just lower the values, I chose to just remove the setting altogether and the problem was solved.
Ah OK.. i don't have that in my Caddyfile so i guess i won't have this issue.