Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  DocumentRoot "/var/www/nextcloud"
  3.  ServerAlias euve254233.serverprofi24.de 62.75.171.62
  4.  
  5.  ErrorLog ${APACHE_LOG_DIR}/error.log
  6.  CustomLog ${APACHE_LOG_DIR}/access.log combined
  7.  
  8. <Directory /var/www/nextcloud/>
  9.  Options +FollowSymlinks
  10.  AllowOverride All
  11.  
  12.  <IfModule mod_dav.c>
  13.  Dav off
  14.  </IfModule>
  15.  
  16.  SetEnv HOME /var/www/nextcloud
  17.  SetEnv HTTP_HOME /var/www/nextcloud
  18.  Satisfy Any
  19.  
  20. </Directory>
  21.  
  22. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement