We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Would it be possible to add a command line option to set "burn" mode by default? Thanks!
The text was updated successfully, but these errors were encountered:
yes, it should be trivial todo. PRs are most welcome
Sorry, something went wrong.
I believe this could be done on nginx site, as per Stackoverflow. "burn" is controlled by burn=0, so something like this should help:
burn=0
location = / { if ($args = "") { set $args burn=1; # or rewrite / /?arg1=val1 last; } if ($args !~ "burn=1") { set $args $args&burn=1; } }
No branches or pull requests
Hi,
Would it be possible to add a command line option to set "burn" mode by default?
Thanks!
The text was updated successfully, but these errors were encountered: