We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c70be1 commit bef7537Copy full SHA for bef7537
templates/sites-available/drupal-site.j2
@@ -28,8 +28,8 @@ server {
28
limit_conn {{item.limit_conn|default('arbeit 32')}};
29
30
## Access and error logs.
31
- access_log {{nginx_drupal_log_path}}/{{item.server_name}}_access.log;
32
- error_log {{nginx_drupal_log_path}}/{{item.server_name}}_error.log;
+ access_log {{nginx_drupal_log_path}}/{{item.server_name}}_{{item.file_name}}_access.log;
+ error_log {{nginx_drupal_log_path}}/{{item.server_name}}_{{item.file_name}}_drupal_error.log;
33
34
## See the blacklist.conf file at the parent dir: /etc/nginx.
35
## Deny access based on the User-Agent header.
0 commit comments