X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/a7d807af1096c152baf5c32f4f4b3f1a26ea2c76..2c9debf2812dfbd4ff59348559ae57cd49858e8b:/cas.vhost.template diff --git a/cas.vhost.template b/cas.vhost.template index d951258..970c91f 100644 --- a/cas.vhost.template +++ b/cas.vhost.template @@ -9,10 +9,6 @@ Alias /media/ $MEDIA_ROOT - # - # Logs - LogLevel info - # # WSGI configuration follows # @@ -46,6 +42,9 @@ # ExpiresActive On # ExpiresDefault "now plus 1 year" # - + + LogLevel info + ErrorLog /var/log/apache2/$PROJECT_NAME/error.log + CustomLog /var/log/apache2/$PROJECT_NAME/access.log combined \ No newline at end of file