這是nextcloud設置里的警告問題
ubuntu下首先打開
$ sudo vim /var/www/nextcloud/.htaccess
合適的地方添加一句
Header set X-Frame-Options: "SAMEORIGIN"
:wq 保存
然后重啟服務:
$ sudo systemctl restart php7.0-fpm
$ sudo systemctl restart nginx
再查看就發(fā)現(xiàn)OK了
這并沒解決這個問題,倒是解決了第一個問題
The test with getenv(“PATH”) only returns an empty response
哈哈哈哈哈