Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged ngnix

0 votes
174 views
1 answer
    手机和pc端都在一个网站目录,但是pc对应一个网址,手机对应一个网址,nginx 对应的入口文件 m.php 访问不到,一直访问的是index.php,nginx的虚拟主机配置了对应的不同文件 index m.php; if (!-e $request_filename) { rewrite ^(.*)$ /m.php?s=$1 last; break; }...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...