projets
/
progfou.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Outil de génération de configuration de proxy frontal.
[progfou.git]
/
intranet-proxy
/
templates
/
apache-site
1
<VirtualHost *:80>
2
ServerName @SITE_NAME@
3
ServerAdmin technique@ca.auf.org
4
DocumentRoot @SITE_ROOT@
5
RedirectMatch . https://@SITE_NAME@/
6
LogLevel info
7
ErrorLog ${APACHE_LOG_DIR}/@SITE_NAME@_error.log
8
CustomLog ${APACHE_LOG_DIR}/@SITE_NAME@_access.log combined
9
</VirtualHost>