... | ... | @@ -37,7 +37,7 @@ windows |
|
|
```
|
|
|
<VirtualHost *:80>
|
|
|
DocumentRoot e:/wamp/www/web-php/app-changning
|
|
|
ServerName changning.dev.pingansec.com
|
|
|
ServerName shuidi.dev.pingansec.com
|
|
|
<Location />
|
|
|
AddDefaultCharset utf-8
|
|
|
RewriteEngine on
|
... | ... | @@ -130,7 +130,7 @@ nginx 配置文件 |
|
|
```
|
|
|
server {
|
|
|
listen 80;
|
|
|
server_name changning.dev.pingansec.com;
|
|
|
server_name shuidi.dev.pingansec.com;
|
|
|
index index.html index.htm index.php;
|
|
|
root /Users/www/web-php/app-changning;
|
|
|
rewrite . /index.php;
|
... | ... | |