跳转到帖子

Featured Replies

  • 网站管理

下面配置文件是针对同一个站点有二级目录的伪静态配置,并且把主目录重定向到BBS的二级目录

# BBS二级目录
location /bbs/ {
       try_files  $uri $uri/ /bbs/index.php;
 }
location ~^(/page/).*(.php)$ {
   try_files  $uri $uri/ /bbs/index.php;
}
location /api/ {
 if (!-e $request_filename){
   rewrite ^/api/(.*)$ /bbs/api/index.php;
 }
}

# 主域名
location / {
    rewrite  ^/(.*)$  https://www.qiankun.chat/bbs/$1;

}

成长就是不断打破并重建三观

  • 查看数 0
  • 已创建
  • 最后回复
游客
回帖…

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.