Skip to content

This setup makes my nextcloud instance unreachable #23

@ristein

Description

@ristein

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions