- <VirtualHost *:80>
- ServerAdmin zongjinlong@yunhengwang.com
- ServerName evl8.pro
- ServerAlias admin.evl8.pro
- DocumentRoot "D:\sites\RXThinkCMF\RXThinkCMF_EVL8_PRO\public"
- ErrorLog "logs/evl8.pro-error.log"
- CustomLog "logs/evl8.pro-access.log" common
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin zongjinlong@yunhengwang.com
- ServerName images.evl8.pro
- DocumentRoot "D:\sites\RXThinkCMF\RXThinkCMF_EVL8_PRO\public\uploads"
- ErrorLog "logs/evl8.pro-error.log"
- CustomLog "logs/evl8.pro-access.log" common
- </VirtualHost>
|