mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #132] Cant enable/save files due to a warning derived from using nginx-ultimate-bad-bot-blocker #68
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FlurryNight on GitHub (Jun 2, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/132
Describe the bug
First, thank you for this project, This is the best UI I've found for NGINX since i remember, I've been using it several times flawlessly.
However i started using nginx-ultimate-bad-bot-blocker and since its has several rules and checks,
nginx -tthinks the configuration is incorrect giving the following output in the screenshotBut it's not https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/516,
To Reproduce
Add nginx-ultimate-bad-bot-blocker to a NGINX server and try to enable/disable sites in Nginx UI
Expected behavior
This behavior is expected as it its a good measure to check before applying changes, however if its was possible to override it in the UI, like a toggle: Allow to continue if warn?: on/off, or other better way
Screenshots

Info (please complete the following information):
Additional
Also, but not related, it was nice that the custom templates could be loaded from a folder like /etc/nginx/templates, instead of the bundled ones, It would be easier to manage them instead of needing to compile it whenever i need to change the template or update nginx-ui, also it helps not "bloat" the server or other machine with build tools.
I would appreciate, Thanks again.
Waiting for feedback on how to solve this
@0xJacky commented on GitHub (Jun 3, 2023):
Hello, this issue has been resolved in v2.0.0, and you can upgrade the nginx-ui via the upgrader in web ui.
@FlurryNight commented on GitHub (Jun 3, 2023):
Oh okay, thank you !