Skip to content

Commit 078493f

Browse files
committed
Update httpd-ssl.conf
1 parent 9e88600 commit 078493f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webserver/extra/httpd-ssl.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ ServerName example.com
127127
ServerAlias www.example.com
128128
ServerAdmin admin@example.com
129129

130-
ErrorLog "/usr/local/apache2/logs/example.com.error_log"
130+
ErrorLog "/usr/local/apache2/logs/example.com-443.error_log"
131131
TransferLog "/usr/local/apache2/logs/access_log"
132132

133133
Protocols h2 http/1.1
134134

135135
<Directory "/var/www/html">
136136
DirectoryIndex index.php
137-
Options Indexes FollowSymLinks
137+
Options FollowSymLinks
138138
AllowOverride All
139139
Order allow,deny
140140
Allow from all

0 commit comments

Comments
 (0)