Initial YakPanel commit
This commit is contained in:
7
rewrite/nginx/discuz.conf
Normal file
7
rewrite/nginx/discuz.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
location / {
|
||||
rewrite ^/archiver/((fid|tid)-[\w\-]+\.html)$ /archiver/index.php?$1 last;
|
||||
rewrite ^/forum-([0-9]+)-([0-9]+)\.html$ /forumdisplay.php?fid=$1&page=$2 last;
|
||||
rewrite ^/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ /viewthread.php?tid=$1&extra=page%3D$3&page=$2 last;
|
||||
rewrite ^/space-(username|uid)-(.+)\.html$ /space.php?$1=$2 last;
|
||||
rewrite ^/tag-(.+)\.html$ /tag.php?name=$1 last;
|
||||
}
|
||||
Reference in New Issue
Block a user