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

<VirtualHost *:80>
ServerName {{ item }}.lilik.it
DocumentRoot /usr/share/wordpress
DirectoryIndex index.php
Alias /wp-content/ "/srv/www/wp-content/{{ item }}.lilik.it/"
<Directory /usr/share/wordpress>
AllowOverride All
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>