[enh] Update template files
* When a dommain type has an ssl support, template have as suffixhttps,http, both* On each case we support each port with(out) redirect*By default we support acme-challenge protocol
This commit is contained in:
parent
5079aa2e03
commit
4ee6ae395e
|
@ -1,42 +0,0 @@
|
||||||
<Virtualhost *:80>
|
|
||||||
ServerName %%fqdn%%
|
|
||||||
AssignUserId #%%UID%% #%%GID%%
|
|
||||||
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
|
||||||
|
|
||||||
KeepAlive Off
|
|
||||||
|
|
||||||
RewriteEngine On
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
|
||||||
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
|
||||||
|
|
||||||
</Virtualhost>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
DocumentRoot /usr/share/alternc/panel/admin
|
|
||||||
AssignUserId alterncpanel alterncpanel
|
|
||||||
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
|
||||||
ServerName %%fqdn%%
|
|
||||||
RewriteEngine on
|
|
||||||
RewriteRule ^/admin/(.*) /$1
|
|
||||||
|
|
||||||
alias /alternc-sql /usr/share/phpmyadmin
|
|
||||||
|
|
||||||
RewriteEngine On
|
|
||||||
RewriteRule ^webmail /webmail-redirect.php [L]
|
|
||||||
|
|
||||||
# Mail autoconfig
|
|
||||||
RewriteRule ^mail/mailautoconfig.xml$ /mailautoconfig_thunderbird.php [L]
|
|
||||||
RewriteRule ^mail/config-v1.1.xml$ /mailautoconfig_thunderbird.php [L]
|
|
||||||
RewriteRule ^autodiscover/autodiscover.xml$ /mailautoconfig_outlook.php [L]
|
|
||||||
RewriteRule ^Autodiscover/Autodiscover.xml$ /mailautoconfig_outlook.php [L]
|
|
||||||
RewriteRule ^Autodiscover.xml$ mailautoconfig_outlook.php [L]
|
|
||||||
RewriteRule ^autodiscover.xml$ mailautoconfig_outlook.php [L]
|
|
||||||
|
|
||||||
# will be used to define aliases such as /javascript /squirrelmail ...
|
|
||||||
Include /etc/alternc/apache-panel.d/*.conf
|
|
||||||
|
|
||||||
SSLEngine On
|
|
||||||
SSLCertificateFile %%CRT%%
|
|
||||||
SSLCertificateKeyFile %%KEY%%
|
|
||||||
%%CHAINLINE%%
|
|
||||||
|
|
||||||
</VirtualHost>
|
|
|
@ -1,4 +1,17 @@
|
||||||
<VirtualHost *:80>
|
<Virtualhost *:80>
|
||||||
|
ServerName %%fqdn%%
|
||||||
|
AssignUserId #%%UID%% #%%GID%%
|
||||||
|
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
||||||
|
|
||||||
|
KeepAlive Off
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
||||||
|
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
||||||
|
|
||||||
|
</Virtualhost>
|
||||||
|
<VirtualHost *:443>
|
||||||
DocumentRoot /usr/share/alternc/panel/admin
|
DocumentRoot /usr/share/alternc/panel/admin
|
||||||
AssignUserId alterncpanel alterncpanel
|
AssignUserId alterncpanel alterncpanel
|
||||||
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
||||||
|
@ -22,4 +35,9 @@
|
||||||
# will be used to define aliases such as /javascript /squirrelmail ...
|
# will be used to define aliases such as /javascript /squirrelmail ...
|
||||||
Include /etc/alternc/apache-panel.d/*.conf
|
Include /etc/alternc/apache-panel.d/*.conf
|
||||||
|
|
||||||
|
SSLEngine On
|
||||||
|
SSLCertificateFile %%CRT%%
|
||||||
|
SSLCertificateKeyFile %%KEY%%
|
||||||
|
%%CHAINLINE%%
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
||||||
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
||||||
|
|
||||||
</Virtualhost>
|
</Virtualhost>
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
||||||
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
||||||
|
|
||||||
</Virtualhost>
|
</Virtualhost>
|
|
@ -1,27 +0,0 @@
|
||||||
<Virtualhost *:80>
|
|
||||||
ServerName %%fqdn%%
|
|
||||||
AssignUserId #%%UID%% #%%GID%%
|
|
||||||
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
|
||||||
|
|
||||||
KeepAlive Off
|
|
||||||
|
|
||||||
RewriteEngine On
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
|
||||||
RewriteRule ^/(.*)$ %%redirect%%/$1 [R=301,L]
|
|
||||||
|
|
||||||
</Virtualhost>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
ServerName %%fqdn%%
|
|
||||||
AssignUserId #%%UID%% #%%GID%%
|
|
||||||
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
|
||||||
|
|
||||||
SSLEngine On
|
|
||||||
SSLCertificateFile %%CRT%%
|
|
||||||
SSLCertificateKeyFile %%KEY%%
|
|
||||||
%%CHAINLINE%%
|
|
||||||
|
|
||||||
RewriteEngine On
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
|
||||||
RewriteRule ^/(.*)$ %%redirect%%/$1 [R=301,L]
|
|
||||||
|
|
||||||
</VirtualHost>
|
|
|
@ -7,6 +7,22 @@
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
||||||
RewriteRule ^/(.*)$ %%redirect%%/$1 [R=301,L]
|
RewriteRule ^/(.*)$ %%redirect%%/$1 [R=301,L]
|
||||||
|
|
||||||
</Virtualhost>
|
</Virtualhost>
|
||||||
|
<VirtualHost *:443>
|
||||||
|
ServerName %%fqdn%%
|
||||||
|
AssignUserId #%%UID%% #%%GID%%
|
||||||
|
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
||||||
|
|
||||||
|
SSLEngine On
|
||||||
|
SSLCertificateFile %%CRT%%
|
||||||
|
SSLCertificateKeyFile %%KEY%%
|
||||||
|
%%CHAINLINE%%
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
||||||
|
RewriteRule ^/(.*)$ %%redirect%%/$1 [R=301,L]
|
||||||
|
|
||||||
|
</VirtualHost>
|
|
@ -1,3 +1,17 @@
|
||||||
|
<Virtualhost *:443>
|
||||||
|
ServerName %%fqdn%%
|
||||||
|
AssignUserId #%%UID%% #%%GID%%
|
||||||
|
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
||||||
|
|
||||||
|
KeepAlive Off
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
||||||
|
RewriteRule ^/(.*)$ http://%%fqdn%%/$1 [R=301,L]
|
||||||
|
|
||||||
|
</Virtualhost>
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName %%fqdn%%
|
ServerName %%fqdn%%
|
||||||
DocumentRoot "%%document_root%%"
|
DocumentRoot "%%document_root%%"
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
RewriteCond %{REQUEST_FILENAME} !/cgi-bin/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
||||||
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
RewriteRule ^/(.*)$ https://%%fqdn%%/$1 [R=301,L]
|
||||||
|
|
||||||
</Virtualhost>
|
</Virtualhost>
|
Loading…
Reference in New Issue