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 73a0b3f commit f759088Copy full SHA for f759088
install/debian/9/templates/web/nginx/http2.tpl
@@ -1,14 +1,14 @@
1
server {
2
listen %ip%:%proxy_port%;
3
server_name %domain_idn% %alias_idn%;
4
- error_log /var/log/httpd/domains/%domain%.error.log error;
+ error_log /var/log/%web_system%/domains/%domain%.error.log error;
5
6
location / {
7
proxy_pass http://%ip%:%web_port%;
8
location ~* ^.+\.(%proxy_extentions%)$ {
9
root %docroot%;
10
- access_log /var/log/httpd/domains/%domain%.log combined;
11
- 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;
12
expires max;
13
try_files $uri @fallback;
14
}
0 commit comments