Use variable for user in 2px apache conf
This commit is contained in:
parent
fbf9cedf05
commit
38d0d29481
1 changed files with 3 additions and 3 deletions
|
@ -15,10 +15,10 @@
|
|||
ServerAdmin {{ server_admin_email_2px }}
|
||||
DocumentRoot {{ dir_2px }}
|
||||
|
||||
Alias /favicon.png /home/flyingscorpio/staticroot/img/favicon.png
|
||||
Alias /favicon.png /home/{{ owner_2px }}/staticroot/img/favicon.png
|
||||
|
||||
Alias /static /home/flyingscorpio/staticroot
|
||||
<Directory /home/flyingscorpio/staticroot>
|
||||
Alias /static /home/{{ owner_2px }}/staticroot
|
||||
<Directory /home/{{ owner_2px }}/staticroot>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
|
Loading…
Reference in a new issue