rigoletto@
Developer
Hello,
I am using nginx to run Nextcloud and it is working fine. Now I am trying to move the
The problem were the symbolic link inside servers-enabled return:
but it is there:
the symlink was created using (from /usr/local/etc/nginx):
I am using nginx to run Nextcloud and it is working fine. Now I am trying to move the
server {}
from nginx.conf to a separated file inside servers-available folder with a symbolic link to servers-enabled folder using then include servers-enabled/*
on nginx.conf.The problem were the symbolic link inside servers-enabled return:
Code:
nextcloud: No such file or directory
but it is there:
Code:
lrwxr-xr-x 1 root wheel 27 Jul 20 22:18 nextcloud -> servers-available/nextcloud
the symlink was created using (from /usr/local/etc/nginx):
Code:
# ln -sv servers-available/nextcloud servers-enabled