
Server system: Linux + Centos 7.x + Pagoda
Pro-test environment: Nginx 1.18.0 + PHP5.6 + Mysl5.5
Database configuration file: /Application/Common/Conf/db. php
Nginx pseudo-static
location / {
if (!- e $request_filename){
rewrite ^(.*)$ /index.php? s=$1 last; break;
}
}
Backstage address: /admin
Back-end account: admin
Backstage password: www.hnymwl.com
Comments0