当前位置:   article > 正文

nextcloud php不兼容,部署nextcloud的时候出了问题没法搞定,求指教

nextcloud php不兼容,部署nextcloud的时候出了问题没法搞定,求指教

centos7,nginx+php fpm部署nextcloud

都搞完了以后,跑起来的时候出现“500 Internal Server Error。 nginx/1.12.2”

查log,发现报错信息

rewrite or internal redirection cycle while processing "/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/", client: 202.xx.xx.xx, server: servername, request: "GET / HTTP/1.1", host: "servername"

搜了一下,有的说是重定向的问题,但是解决方案试了下没搞定

配置文件如下,能否帮忙看看哪里的问题?

upstream php-handler {

server 127.0.0.1:9000;

#server unix:/var/run/php5-fpm.sock;

}

server {

listen 80;

server_name servername;

# enforce https

return 301 https://$server_name$request_uri;

}

server {

listen 443 ssl;

server_name servername;

ssl_certificate /etc/nginx/cert/nextcloud.crt;

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/429646
推荐阅读
相关标签
  

闽ICP备14008679号