修改 /usr/local/etc/nginx/sites
文件夹下的 nginx
站点配置,主要修改域名
如果使用 SSL 证书 将 nextcloud_nossl.conf
删除, nextcloud.conf.default
重命名为 nextcloud.conf
后修改其中域名以及SSL证书部分;
重启 nginx :systemctl stop nginx.service && systemctl start nginx.service
重启 php :systemctl stop php-fpm.service && systemctl start php-fpm.service
重启 memcached :systemctl stop memcached.service && systemctl start memcached.service
开启缓存
参见 https://docs.nextcloud.com/server/13/admin_manual/configuration_server/caching_configuration.html
网友评论