mirror of https://github.com/midoks/mdserver-web
pull/278/head
parent
088b7425d7
commit
6ebcb8e005
@ -1,4 +1,4 @@ |
||||
location / { |
||||
rewrite ^(.*)-htm-(.*)$ $1.php?$2 last; |
||||
rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last; |
||||
} |
||||
rewrite ^(.*)-htm-(.*)$ $1.php?$2 last; |
||||
rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last; |
||||
} |
Loading…
Reference in new issue