You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
254 B
8 lines
254 B
Listen {{ env.APP_PORT }}
|
|
<VirtualHost *:{{ env.APP_PORT }}>
|
|
DirectoryIndex index.n
|
|
DocumentRoot /var/www/cagettepei/{{env.APP_NAME}}/www/
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/cagettepei/{{env.APP_NAME}}/debug.log
|
|
ErrorLogFormat "[%{uc}t] %M"
|
|
</VirtualHost>
|