Fanfou Wiki

我等采石之人,当心怀建造大教堂之愿景。

用户工具

站点工具


nginx

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
nginx [2021/02/17 21:15] adminnginx [2021/02/17 21:16] (当前版本) admin
行 8: 行 8:
 ===== HTTP Rewrite HTTPS ===== ===== HTTP Rewrite HTTPS =====
 [[https://nginx.org/en/docs/http/converting_rewrite_rules.html|Converting rewrite rules - nginx.org]] [[https://nginx.org/en/docs/http/converting_rewrite_rules.html|Converting rewrite rules - nginx.org]]
-<code nginx .nginx.conf>+<code nginx>
 server { server {
     listen       80;     listen       80;
行 19: 行 19:
 ===== PHP 单入口 ===== ===== PHP 单入口 =====
 [[https://learnku.com/docs/laravel/8.x/installation/9354#62e0b5|Laravel 8 中文文档]] [[https://learnku.com/docs/laravel/8.x/installation/9354#62e0b5|Laravel 8 中文文档]]
-<code nginx>+<code nginx .nginx.conf>
 location / { location / {
     try_files $uri $uri/ /index.php?$query_string;     try_files $uri $uri/ /index.php?$query_string;
nginx.1613567731.txt.gz · 最后更改: 2021/02/17 21:15 由 admin