provisioning tool for building opinionated architecture
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.

7 lines
254 B

7 months ago
  1. Listen {{ env.APP_PORT }}
  2. <VirtualHost *:{{ env.APP_PORT }}>
  3. DirectoryIndex index.n
  4. DocumentRoot /var/www/cagettepei/{{env.APP_NAME}}/www/
  5. ErrorLog ${APACHE_LOG_DIR}/cagettepei/{{env.APP_NAME}}/debug.log
  6. ErrorLogFormat "[%{uc}t] %M"
  7. </VirtualHost>