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