Skip to content

Commit c1803af

Browse files
committed
Fix 4
1 parent 96699d5 commit c1803af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/web/apache.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
DocumentRoot /var/www/html/www.reactos.org
33
DirectoryIndex index.php
44

5+
# Tell PHP it's running over HTTPS so roslogin doesn't redirect to https://
6+
SetEnv HTTPS on
7+
58
<Directory /var/www/html/www.reactos.org>
69
Options -Indexes
710
AllowOverride None

0 commit comments

Comments
 (0)