-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constant reloading of configfile in 2.7.6 #6129
Comments
I'm not sure which field you mean. Please share example config. PRs welcome if you know what must be changed. |
When I'm at my computer I'll look to see if we're sorting that field before serializing |
I saw this #5989 #5990 and I don’t know why I still have this problem. xcaddy build --with github.com/caddy-dns/alidns |
The disordered string is
change into
|
Ah, #5990 fixes this and no, isn't in 2.7.6. You can build from |
Thanks, you beat me to it 😂 |
I'm sorry, I only saw #5789. |
Kinda my bad -- we'll try to cut a new release in March :) |
Is this issue merged into the latest build? v2.7.6 h1:w0NymbG2m9PcvKWsrXO6EEkY9Ru4FJK8uQbYcev1p3A= A diff shows it seems to be switching the order of our many domains, one file will have www first and the other 2nd, the 3rd file is a different domain that changes |
Please try from the master branch. 2.7.6 is many months behind. We plan to release 2.8.0 soon. |
I downloaded directly from caddy website, I assume that is from master? |
I've just tested a build off master and its still doing the same |
No, that gets you the latest release, i.e. v2.7.6. You can build from master with If you're still having a problem, please open a new issue and share your full config and the diff of the JSON that differs between runs. |
Tested off a master build and it seems ok now, will wait for a new 2.7.7 cut before deploying to our prod server |
see #5789 (comment) #5860
use caddyfile,I observed that the raw skip_hosts field was not sorted causing the configuration file to be reloaded
The text was updated successfully, but these errors were encountered: