我有一个问题,我认为我已经解决了,但我没有能够解决它。我想重定向:
----------------------------------------------------------------------------
| FROM | TO |
----------------------------------------------------------------------------
| https://www.wknet.se/index.ph
我正在开发一个使用iOS推送通知的iOS应用程序。我想从我的windows上的php脚本发送通知。我使用这个php脚本发送通知,它也运行得很好:
// Put your device token here (without spaces):
$deviceToken = 'sdsdsdsdsczc2';
$sound = '';
// Put your private key's passphrase here:
$passphrase = 'awertf';
// Put your alert message here:
$messa
我试图改变NGINX.conf的内容-然而,它似乎缺少了很多配置。我在任何地方都没有看到任何服务器阻塞信息。我看到服务器块信息的唯一地方是/etc/nginx/sites启用和/etc/nginx/sites可用/默认文件。
尽管我编辑了这些内容,但它似乎没有解决任何问题。例如,我启用了index.php,但是NGINX抛出了一个403错误,尽管我已经将它添加到了行中。
如果我转到https://example.com/index.php而不是显示文件,它就会下载它。
我的index.php在/var/www/html中。
下面,你可以看到我的NGINX餐厅。
user www-data;
w
我在php日志中有以下日志。
[19-Jan-2020 15:09:33] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[19-Jan-2020 15:09:33] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[19-Jan-2020 15:09:33] NOTICE: [pool www] 'group' directi