Enable symlinks for Nextcloud

This commit is contained in:
Anthony Wang 2023-06-14 21:20:25 +00:00
parent e58c22e34a
commit 216daf7a23
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -14,6 +14,9 @@ server {
listen [::]:443 ssl http2; listen [::]:443 ssl http2;
server_name cloud.exozy.me; server_name cloud.exozy.me;
# Enable symlinks
disable_symlinks off;
# Path to the root of your installation # Path to the root of your installation
root /usr/share/webapps/nextcloud; root /usr/share/webapps/nextcloud;