We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96699d5 commit c1803afCopy full SHA for c1803af
docker/web/apache.conf
@@ -2,6 +2,9 @@
2
DocumentRoot /var/www/html/www.reactos.org
3
DirectoryIndex index.php
4
5
+ # Tell PHP it's running over HTTPS so roslogin doesn't redirect to https://
6
+ SetEnv HTTPS on
7
+
8
<Directory /var/www/html/www.reactos.org>
9
Options -Indexes
10
AllowOverride None
0 commit comments