nginx重定向路径
程序员文章站
2022-03-25 21:28:02
...
location ~ (.*)\.html$ {
rewrite "(.*)\.html" "$1.jsp" permanent;
}
location ~ (.*)\.jsp$ {
default_type text/plain;
return 200 'html to jsp';
}
推荐阅读
-
nginx+php-fpm组合解决PATHINFO最佳配置
-
Nginx跟PHP-FPM的启动/重启脚本
-
PHP爆绝对路径方法收集整理_PHP
-
nginx学习心得
-
Centos 6.5 搭建php环境(nginx+mariadb+php7)
-
图文详解Nginx版本平滑升级方案
-
PHP弹出提示框并跳转到新页面即重定向到新页面_PHP
-
nginx如何禁止文件上传目录执行PHP
-
在做一个图片展示网站。想知道图片是如何存的?url?还是直接上传到服务器然后拿到他的路径
-
配置Nginx多核CPU,worker_cpu_affinity使用方法和范例 affinity ds2 2 affinity 28 affinity