appche配置域名

helei 2020-6-9 737 6/9
<VirtualHost *:80>
	ServerAdmin admin@example.com
	DocumentRoot "/var/www/html/blog/wordpress"
	ServerName xn--yety82cpmz.xn--6qq986b3xl
	ErrorLog "/var/log/httpd/xiaokuoai_error_apache.log"
	CustomLog "/var/log/httpd/xiaokuoai_apache.log" common
	<Directory "/var/www/html/blog/wordpress">
		SetOutputFilter DEFLATE
		Options FollowSymLinks ExecCGI
		#Require all granted
		AllowOverride All
		Order allow,deny
		Allow from all
		DirectoryIndex index.html index.php
	</Directory>
</VirtualHost>

- THE END -

helei

6月09日13:37

最后修改:2020年6月9日
0

非特殊说明,本博所有文章均为博主原创。