mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
I promise /tmp is a directory
This commit is contained in:
+7
-7
@@ -13,7 +13,7 @@ NameVirtualHost 127.0.0.1:7081
|
|||||||
ServerName "example.com"
|
ServerName "example.com"
|
||||||
ServerAdmin "srv@example.com"
|
ServerAdmin "srv@example.com"
|
||||||
|
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /tmp
|
||||||
|
|
||||||
<IfModule mod_logio.c>
|
<IfModule mod_logio.c>
|
||||||
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
|
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
|
||||||
@@ -80,7 +80,7 @@ ServerTokens ProductOnly
|
|||||||
>
|
>
|
||||||
ServerName "default"
|
ServerName "default"
|
||||||
UseCanonicalName Off
|
UseCanonicalName Off
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /tmp
|
||||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||||
|
|
||||||
<IfModule mod_ssl.c>
|
<IfModule mod_ssl.c>
|
||||||
@@ -116,7 +116,7 @@ ServerTokens ProductOnly
|
|||||||
>
|
>
|
||||||
ServerName "default-0_0_0_0"
|
ServerName "default-0_0_0_0"
|
||||||
UseCanonicalName Off
|
UseCanonicalName Off
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /tmp
|
||||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
@@ -149,7 +149,7 @@ ServerTokens ProductOnly
|
|||||||
>
|
>
|
||||||
ServerName "default-0000_000_000_00000__2"
|
ServerName "default-0000_000_000_00000__2"
|
||||||
UseCanonicalName Off
|
UseCanonicalName Off
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /tmp
|
||||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
@@ -182,7 +182,7 @@ ServerTokens ProductOnly
|
|||||||
>
|
>
|
||||||
ServerName "default-0_0_0_0"
|
ServerName "default-0_0_0_0"
|
||||||
UseCanonicalName Off
|
UseCanonicalName Off
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /tmp
|
||||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
@@ -220,7 +220,7 @@ ServerTokens ProductOnly
|
|||||||
0.0.0.0:7080 \
|
0.0.0.0:7080 \
|
||||||
127.0.0.1:7080 \
|
127.0.0.1:7080 \
|
||||||
>
|
>
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /tmp
|
||||||
ServerName lists
|
ServerName lists
|
||||||
ServerAlias lists.*
|
ServerAlias lists.*
|
||||||
UseCanonicalName Off
|
UseCanonicalName Off
|
||||||
@@ -249,7 +249,7 @@ ServerTokens ProductOnly
|
|||||||
0.0.0.0:7081 \
|
0.0.0.0:7081 \
|
||||||
127.0.0.1:7081 \
|
127.0.0.1:7081 \
|
||||||
>
|
>
|
||||||
DocumentRoot /var/www/html
|
DocumentRoot /tmp
|
||||||
ServerName lists
|
ServerName lists
|
||||||
ServerAlias lists.*
|
ServerAlias lists.*
|
||||||
UseCanonicalName Off
|
UseCanonicalName Off
|
||||||
|
|||||||
Reference in New Issue
Block a user