|
|
@@ -4,14 +4,14 @@ server {
|
|
|
ssl on;
|
|
|
ssl_certificate %ssl_pem%;
|
|
|
ssl_certificate_key %ssl_key%;
|
|
|
- error_log /var/log/httpd/domains/%domain%.error.log error;
|
|
|
+ error_log /var/log/%web_system%/domains/%domain%.error.log error;
|
|
|
|
|
|
location / {
|
|
|
proxy_pass https://%ip%:%web_ssl_port%;
|
|
|
location ~* ^.+\.(%proxy_extentions%)$ {
|
|
|
root %sdocroot%;
|
|
|
- access_log /var/log/httpd/domains/%domain%.log combined;
|
|
|
- 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;
|
|
|
expires max;
|
|
|
try_files $uri @fallback;
|
|
|
}
|