摘要:
#!/bin/bash . /etc/init.d/functions function usage() { echo $"usage:$0 {start|stop|restart}" exit 1 } function start() { /usr/local/nginx/sbin/nginx s 阅读全文
posted @ 2019-01-29 16:56
日出东方-
阅读(220)
评论(0)
推荐(0)
摘要:
nginx如何调用php 转载 采用nginx+php作为webserver的架构模式,在现如今运用相当广泛。然而第一步需要实现的是如何让nginx正确的调用php。由于nginx调用php并不是如同调用一个静态文件那么直接简单,是需要动态执行php脚本。所以涉及到了对nginx.conf文件的配置 阅读全文
posted @ 2019-01-29 16:53
日出东方-
阅读(33435)
评论(5)
推荐(3)