mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
changed include widlcard order to match web stats configs
This commit is contained in:
parent
924e277abd
commit
2061a0174f
8 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@
|
||||||
SSLCertificateFile %ssl_cert%
|
SSLCertificateFile %ssl_cert%
|
||||||
SSLCertificateKeyFile %ssl_key%
|
SSLCertificateKeyFile %ssl_key%
|
||||||
|
|
||||||
Include %home%/%user%/conf/%domain%.shttpd.*
|
Include %home%/%user%/conf/shttpd.%domain%.conf*
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
</Directory>
|
</Directory>
|
||||||
php_admin_value open_basedir %home%/%user%/web:%home%/%user%/tmp:/bin:/usr/bin:/usr/local/bin:/var/www/html:/tmp
|
php_admin_value open_basedir %home%/%user%/web:%home%/%user%/tmp:/bin:/usr/bin:/usr/local/bin:/var/www/html:/tmp
|
||||||
Include %home%/%user%/conf/%domain%.httpd.*
|
Include %home%/%user%/conf/httpd.%domain%.conf*
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
SSLCertificateFile %ssl_cert%
|
SSLCertificateFile %ssl_cert%
|
||||||
SSLCertificateKeyFile %ssl_key%
|
SSLCertificateKeyFile %ssl_key%
|
||||||
|
|
||||||
Include %home%/%user%/conf/%domain%.shttpd.*
|
Include %home%/%user%/conf/shttpd.%domain%.conf*
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<Directory %home%/%user%/web/%domain%/stats>
|
<Directory %home%/%user%/web/%domain%/stats>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
</Directory>
|
</Directory>
|
||||||
Include %home%/%user%/conf/%domain%.httpd.*
|
Include %home%/%user%/conf/httpd.%domain%.conf*
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
SSLCertificateFile %ssl_cert%
|
SSLCertificateFile %ssl_cert%
|
||||||
SSLCertificateKeyFile %ssl_key%
|
SSLCertificateKeyFile %ssl_key%
|
||||||
|
|
||||||
Include %home%/%user%/conf/%domain%.shttpd.*
|
Include %home%/%user%/conf/shttpd.%domain%.conf*
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
</Directory>
|
</Directory>
|
||||||
php_admin_value open_basedir none
|
php_admin_value open_basedir none
|
||||||
Include %home%/%user%/conf/%domain%.httpd.*
|
Include %home%/%user%/conf/httpd.%domain%.conf*
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,6 @@ server {
|
||||||
location ~ /\.ht {deny all;}
|
location ~ /\.ht {deny all;}
|
||||||
location ~ /.svn/ {deny all;}
|
location ~ /.svn/ {deny all;}
|
||||||
|
|
||||||
include %home%/%user%/conf/%domain%.nginx.*;
|
include %home%/%user%/conf/snginx.%domain%.conf*;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,6 @@ server {
|
||||||
location ~ /\.ht {deny all;}
|
location ~ /\.ht {deny all;}
|
||||||
location ~ /.svn/ {deny all;}
|
location ~ /.svn/ {deny all;}
|
||||||
|
|
||||||
include %home%/%user%/conf/%domain%.nginx.*;
|
include %home%/%user%/conf/nginx.%domain%.conf*;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue