Update 'apache-config.conf'
This commit is contained in:
parent
8ced83c5ab
commit
a00f809061
@ -2,6 +2,8 @@
|
||||
<VirtualHost _default_:443>
|
||||
ServerAdmin webmaster@localhost
|
||||
|
||||
Alias /nextcloud "/var/www/nextcloud/"
|
||||
ServerName office.dfosd.synology.me
|
||||
DocumentRoot /var/www/nextcloud
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
@ -14,9 +16,11 @@
|
||||
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
||||
SSLOptions +StdEnvVars
|
||||
</FilesMatch>
|
||||
|
||||
<Directory /usr/lib/cgi-bin>
|
||||
SSLOptions +StdEnvVars
|
||||
</Directory>
|
||||
|
||||
<Directory /var/www/nextcloud/>
|
||||
Require all granted
|
||||
AllowOverride All
|
||||
@ -26,5 +30,6 @@
|
||||
Dav off
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
</VirtualHost>
|
||||
</IfModule>
|
||||
Loading…
x
Reference in New Issue
Block a user