Advertisement
Guest User

Untitled

a guest
Nov 9th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. write_files:
  2. - content: |
  3. <VirtualHost *:80>
  4. ServerName wiki.qbis.com
  5.  
  6. ServerAdmin webmaster@localhost
  7. DocumentRoot /var/www/dokuwiki
  8.  
  9.  
  10. ErrorLog ${APACHE_LOG_DIR}/error.log
  11. CustomLog ${APACHE_LOG_DIR}/access.log combined
  12.  
  13. <LocationMatch "/(data|conf|bin|inc)/">
  14. Order allow,deny
  15. Deny from all
  16. Satisfy All
  17. </LocationMatch>
  18.  
  19. </VirtualHost>
  20. path: /etc/apache2/sites-available/doku-wiki.conf
  21. owner: www-data:www-data
  22. permissions: '0644'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement