1 Star 0 Fork 0

qizhijun/pvhotel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
www.pvhotel.cn.conf 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
qizhijun 提交于 2021-01-12 10:48 . peizhi
server
{
listen 80;
#listen [::]:80;
server_name www.pvhotel.cn diangu.yijiudian.cn;
index index.html index.htm index.php default.html default.htm default.php;
root /home/wwwroot/www.pvhotel.cn;
location / {
index index.html index.htm index.php;
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}
include other.conf;
#error_page 404 /404.html;
include enable-php.conf;
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
location ~ /\.
{
deny all;
}
access_log /home/wwwlogs/n.log;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qizhijun/pvhotel.git
git@gitee.com:qizhijun/pvhotel.git
qizhijun
pvhotel
pvhotel
main

搜索帮助