mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
changing web server includes back to %domain% for better readability
This commit is contained in:
parent
1b1622ee6f
commit
472a0f488a
787 changed files with 787 additions and 787 deletions
|
@ -38,7 +38,7 @@
|
|||
AssignUserID %user% %group%
|
||||
</IfModule>
|
||||
|
||||
Include %home%/%user%/conf/web/s%web_system%.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/s%web_system%.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
AssignUserID %user% %group%
|
||||
</IfModule>
|
||||
|
||||
Include %home%/%user%/conf/web/%web_system%.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/%web_system%.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
AssignUserID %user% %group%
|
||||
</IfModule>
|
||||
|
||||
Include %home%/%user%/conf/web/s%web_system%.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/s%web_system%.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
AssignUserID %user% %group%
|
||||
</IfModule>
|
||||
|
||||
Include %home%/%user%/conf/web/%web_system%.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/%web_system%.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
AssignUserID %user% %group%
|
||||
</IfModule>
|
||||
|
||||
Include %home%/%user%/conf/web/s%web_system%.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/s%web_system%.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
AssignUserID %user% %group%
|
||||
</IfModule>
|
||||
|
||||
Include %home%/%user%/conf/web/%web_system%.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/%web_system%.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
SSLCertificateKeyFile %ssl_key%
|
||||
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
|
||||
|
||||
Include %home%/%user%/conf/web/shttpd.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/shttpd.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<Directory %home%/%user%/web/%domain%/stats>
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
Include %home%/%user%/conf/web/httpd.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/httpd.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
SSLCertificateKeyFile %ssl_key%
|
||||
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
|
||||
|
||||
Include %home%/%user%/conf/web/shttpd.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/shttpd.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<Directory %home%/%user%/web/%domain%/stats>
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
Include %home%/%user%/conf/web/httpd.%domain_idn%.conf*
|
||||
Include %home%/%user%/conf/web/httpd.%domain%.conf*
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue