diff --git a/vhost/apache/0.default.conf b/vhost/apache/0.default.conf index 4c790d4f..e626216b 100644 --- a/vhost/apache/0.default.conf +++ b/vhost/apache/0.default.conf @@ -1,13 +1,13 @@ ServerAdmin webmaster@example.com - DocumentRoot "/www/server/panel/data" + DocumentRoot "/www/server/apache/htdocs" ServerName bt.default.com - + SetOutputFilter DEFLATE Options FollowSymLinks AllowOverride All Order allow,deny Allow from all - DirectoryIndex empty.html + DirectoryIndex index.html \ No newline at end of file diff --git a/vhost/nginx/0.default.conf b/vhost/nginx/0.default.conf index fd3965d0..7a73121a 100644 --- a/vhost/nginx/0.default.conf +++ b/vhost/nginx/0.default.conf @@ -2,6 +2,6 @@ server { listen 80; server_name _; - index empty.html; - root /www/server/panel/data; + index index.html; + root /www/server/nginx/html; } \ No newline at end of file