Initial version of apache::server.
This commit is contained in:
parent
130b585eea
commit
819265f038
3 changed files with 1118 additions and 2 deletions
6
apache/templates/site.http.conf.erb
Normal file
6
apache/templates/site.http.conf.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName <%= site_fqdn %>
|
||||
ErrorLog /srv/www/log/http/<%= site_fqdn %>/error_log
|
||||
CustomLog /srv/www/log/http/<%= site_fqdn %>/access_log combined
|
||||
DocumentRoot /srv/www/http/<%= site_fqdn %>
|
||||
</VirtualHost>
|
Loading…
Add table
Add a link
Reference in a new issue