Playbooks to a new Lilik
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.

11 lines
306 B

  1. <VirtualHost *:80>
  2. ServerName {{ item }}.lilik.it
  3. DocumentRoot /usr/share/wordpress
  4. DirectoryIndex index.php
  5. Alias /wp-content/ "/srv/www/wp-content/{{ item }}.lilik.it/"
  6. <Directory /usr/share/wordpress>
  7. AllowOverride All
  8. Order Deny,Allow
  9. Allow from all
  10. </Directory>
  11. </VirtualHost>