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 f759088 commit 4363244Copy full SHA for 4363244
install/debian/9/templates/web/nginx/http2.stpl
@@ -4,14 +4,14 @@ server {
4
ssl on;
5
ssl_certificate %ssl_pem%;
6
ssl_certificate_key %ssl_key%;
7
- error_log /var/log/httpd/domains/%domain%.error.log error;
+ error_log /var/log/%web_system%/domains/%domain%.error.log error;
8
9
location / {
10
proxy_pass https://%ip%:%web_ssl_port%;
11
location ~* ^.+\.(%proxy_extentions%)$ {
12
root %sdocroot%;
13
- access_log /var/log/httpd/domains/%domain%.log combined;
14
- access_log /var/log/httpd/domains/%domain%.bytes bytes;
+ access_log /var/log/%web_system%/domains/%domain%.log combined;
+ access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
15
expires max;
16
try_files $uri @fallback;
17
}
0 commit comments