mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #1636] stop writing default_host.log #1227
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1227
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 @wpresident on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1636
How can i disable constant writing to this file?

@freender commented on GitHub (Dec 14, 2021):
Technically default-host.log can be disabled in /nginx_proxy_manager/data/nginx/default_host/site.conf
You can comment access_log line and reload nginx proxy manager
HOWEVER I strongly discourage doing this:
a) Logging default-host.log and checking it periodically
b) Blocking connection attempts from parasite IP address / Subnet / Country. The second option cannot be implemented by NPM out of the box.
@wpresident commented on GitHub (Dec 16, 2021):
thank you. solved via router firewall