mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
Update apache conf library
This commit is contained in:
parent
bdfca70d55
commit
de9e43de0c
3 changed files with 4 additions and 2 deletions
|
|
@ -32,6 +32,6 @@
|
|||
|
||||
# Custom log file locations
|
||||
LogLevel warn
|
||||
ErrorLog /home/denver/www/logs/c-beta.ossguy.com/error.log
|
||||
CustomLog /home/denver/www/logs/c-beta.ossguy.com/access.log combined
|
||||
ErrorLog /tmp/error.log
|
||||
CustomLog /tmp/access.log combined
|
||||
</VirtualHost>
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@ Modules required to parse these conf files:
|
|||
ssl
|
||||
rewrite
|
||||
macro
|
||||
wsgi
|
||||
deflate
|
||||
|
|
|
|||
Loading…
Reference in a new issue