fix(docs): update nginx-hardening.conf to nexus domain and log paths
Server block comment, access_log and error_log paths all updated from capakraken.hartmut-noerenberg.com to nexus.hartmut-noerenberg.com. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# CapaKraken nginx Security Hardening
|
||||
# Apply to the server block for capakraken.hartmut-noerenberg.com
|
||||
# Nexus nginx Security Hardening
|
||||
# Apply to the server block for nexus.hartmut-noerenberg.com
|
||||
#
|
||||
# References:
|
||||
# - EAPPS 3.3.1.3.04 (Server Header entfernen)
|
||||
@@ -113,5 +113,5 @@ log_format security '$remote_addr - $remote_user [$time_local] '
|
||||
'"$http_referer" "$http_user_agent" '
|
||||
'$request_time $upstream_response_time';
|
||||
|
||||
access_log /var/log/nginx/capakraken_access.log security;
|
||||
error_log /var/log/nginx/capakraken_error.log warn;
|
||||
access_log /var/log/nginx/nexus_access.log security;
|
||||
error_log /var/log/nginx/nexus_error.log warn;
|
||||
|
||||
Reference in New Issue
Block a user