You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
someone please help me out here:
I have Ubuntu and apache, nextcloud running already via a nextcloud.conf containing this:
nextcloud.conf
Alias /nextcloud "/var/www/nextcloud/"
<Directory /var/www/nextcloud/>
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews
<IfModule mod_dav.c>
Dav off
</IfModule>
</Directory>
But when adding this code given here into an onlyoffice.conf, I will get an "Internal Server Error" in Nextcloud, other sites are still working fine.
If I comment following lines, no error appears:
# User daemon
# Group daemon
Are these lines necessary? How can I go on?
The text was updated successfully, but these errors were encountered:
Hi,
someone please help me out here:
I have Ubuntu and apache, nextcloud running already via a nextcloud.conf containing this:
nextcloud.conf
But when adding this code given here into an onlyoffice.conf, I will get an "Internal Server Error" in Nextcloud, other sites are still working fine.
If I comment following lines, no error appears:
Are these lines necessary? How can I go on?
The text was updated successfully, but these errors were encountered: