changed log filename

This commit is contained in:
Nik Afiq 2025-11-06 11:51:12 +09:00
parent 0ec480b352
commit e0e42ccafe

View File

@ -11,7 +11,7 @@ server {
server_name nik4nao.home.arpa;
access_log off;
error_log /var/log/nginx/jellyfin_error.log warn;
error_log /var/log/nginx/nik4naohomearpa_error.log warn;
# ---- Convenience redirects ----
location = / { return 302 /admin/; } # land on Pi-hole admin by default