mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
v6.8.8
1. Add user login function. 2. Add the first professional plug-in Nginx WAF. 3. Release a new version of the online editor. 4. Fixed some bugs.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@example.com
|
||||
DocumentRoot "/www/server/panel/data"
|
||||
DocumentRoot "/www/server/apache/htdocs"
|
||||
ServerName bt.default.com
|
||||
<Directory "/www/server/panel/data">
|
||||
<Directory "/www/server/apache/htdocs">
|
||||
SetOutputFilter DEFLATE
|
||||
Options FollowSymLinks
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
DirectoryIndex empty.html
|
||||
DirectoryIndex index.html
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user