Use domain name for log file paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
access_log "/var/log/nginx/mastodon.access.log";
|
access_log "/var/log/nginx/<%= @server_name %>.access.log";
|
||||||
error_log "/var/log/nginx/mastodon.error.log";
|
error_log "/var/log/nginx/<%= @server_name %>.error.log";
|
||||||
|
|
||||||
keepalive_timeout 70;
|
keepalive_timeout 70;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user