ajout app
This commit is contained in:
10
SNIPE-IT/ansible/ubuntu/apachevirtualhost.conf.j2
Normal file
10
SNIPE-IT/ansible/ubuntu/apachevirtualhost.conf.j2
Normal file
@ -0,0 +1,10 @@
|
||||
<VirtualHost *:80>
|
||||
<Directory {{ app_path }}/public>
|
||||
Allow From All
|
||||
AllowOverride All
|
||||
Options -Indexes
|
||||
</Directory>
|
||||
|
||||
DocumentRoot {{ app_path }}/public
|
||||
ServerName {{ fqdn }}
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user