File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
{% include "_hsts.conf" %}
8
8
{% include "_forced_ssl.conf" %}
9
9
10
- access_log /data/logs/dead_host- {{ id }}/access .log standard;
11
- error_log /data/logs/dead_host- {{ id }}/error .log warn;
10
+ access_log /data/logs/dead-host- {{ id }}_access .log standard;
11
+ error_log /data/logs/dead-host- {{ id }}_error .log warn;
12
12
13
13
{{ advanced_config }}
14
14
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ server {
12
12
#listen [::]:80;
13
13
{% endif %}
14
14
server_name default-host.localhost;
15
- access_log /data/logs/default_host/access .log combined;
16
- error_log /data/logs/default_host/error .log warn;
15
+ access_log /data/logs/default-host_access .log combined;
16
+ error_log /data/logs/default-host_error .log warn;
17
17
{% include "_exploits.conf" %}
18
18
19
19
{%- if value == "404" %}
Original file line number Diff line number Diff line change 8
8
9
9
server_name {{ domain_names | join: " " }};
10
10
11
- access_log /data/logs/letsencrypt_requests/access .log standard;
12
- error_log /data/logs/letsencrypt_requests/error .log warn;
11
+ access_log /data/logs/letsencrypt-requests_access .log standard;
12
+ error_log /data/logs/letsencrypt-requests_error .log warn;
13
13
14
14
include conf.d/include/letsencrypt-acme-challenge.conf;
15
15
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ proxy_set_header Connection $http_connection;
19
19
proxy_http_version 1.1;
20
20
{% endif %}
21
21
22
- access_log /data/logs/proxy_host- {{ id }}/access .log proxy;
23
- error_log /data/logs/proxy_host- {{ id }}/error .log warn;
22
+ access_log /data/logs/proxy-host- {{ id }}_access .log proxy;
23
+ error_log /data/logs/proxy-host- {{ id }}_error .log warn;
24
24
25
25
{{ advanced_config }}
26
26
Original file line number Diff line number Diff line change 9
9
{% include "_hsts.conf" %}
10
10
{% include "_forced_ssl.conf" %}
11
11
12
- access_log /data/logs/redirection_host- {{ id }}/access .log standard;
13
- error_log /data/logs/redirection_host- {{ id }}/error .log warn;
12
+ access_log /data/logs/redirection-host- {{ id }}_access .log standard;
13
+ error_log /data/logs/redirection-host- {{ id }}_error .log warn;
14
14
15
15
{{ advanced_config }}
16
16
You can’t perform that action at this time.
0 commit comments