mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
I promise /tmp is a directory
This commit is contained in:
parent
03ee5a01b7
commit
13a4089ee6
1 changed files with 7 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ NameVirtualHost 127.0.0.1:7081
|
|||
ServerName "example.com"
|
||||
ServerAdmin "srv@example.com"
|
||||
|
||||
DocumentRoot /var/www/html
|
||||
DocumentRoot /tmp
|
||||
|
||||
<IfModule mod_logio.c>
|
||||
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
|
||||
|
|
@ -80,7 +80,7 @@ ServerTokens ProductOnly
|
|||
>
|
||||
ServerName "default"
|
||||
UseCanonicalName Off
|
||||
DocumentRoot /var/www/html
|
||||
DocumentRoot /tmp
|
||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||
|
||||
<IfModule mod_ssl.c>
|
||||
|
|
@ -116,7 +116,7 @@ ServerTokens ProductOnly
|
|||
>
|
||||
ServerName "default-0_0_0_0"
|
||||
UseCanonicalName Off
|
||||
DocumentRoot /var/www/html
|
||||
DocumentRoot /tmp
|
||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||
|
||||
SSLEngine on
|
||||
|
|
@ -149,7 +149,7 @@ ServerTokens ProductOnly
|
|||
>
|
||||
ServerName "default-0000_000_000_00000__2"
|
||||
UseCanonicalName Off
|
||||
DocumentRoot /var/www/html
|
||||
DocumentRoot /tmp
|
||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||
|
||||
SSLEngine on
|
||||
|
|
@ -182,7 +182,7 @@ ServerTokens ProductOnly
|
|||
>
|
||||
ServerName "default-0_0_0_0"
|
||||
UseCanonicalName Off
|
||||
DocumentRoot /var/www/html
|
||||
DocumentRoot /tmp
|
||||
ScriptAlias "/cgi-bin/" "/var/www/vhosts/default/cgi-bin"
|
||||
|
||||
SSLEngine on
|
||||
|
|
@ -220,7 +220,7 @@ ServerTokens ProductOnly
|
|||
0.0.0.0:7080 \
|
||||
127.0.0.1:7080 \
|
||||
>
|
||||
DocumentRoot /var/www/html
|
||||
DocumentRoot /tmp
|
||||
ServerName lists
|
||||
ServerAlias lists.*
|
||||
UseCanonicalName Off
|
||||
|
|
@ -249,7 +249,7 @@ ServerTokens ProductOnly
|
|||
0.0.0.0:7081 \
|
||||
127.0.0.1:7081 \
|
||||
>
|
||||
DocumentRoot /var/www/html
|
||||
DocumentRoot /tmp
|
||||
ServerName lists
|
||||
ServerAlias lists.*
|
||||
UseCanonicalName Off
|
||||
|
|
|
|||
Loading…
Reference in a new issue