We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825f22e commit 974eaa4Copy full SHA for 974eaa4
.docker/os2forms/apache/000-default.conf
@@ -14,7 +14,9 @@
14
<Directory /opt/drupal/vendor/simplesamlphp/simplesamlphp/www>
15
Require all granted
16
</Directory>
17
-
+
18
+ # Enable HTTPS if reverve proxy is using HTTPS
19
+ SetEnvIf X-Forwarded-Proto https HTTPS=on
20
21
# PHP Custom settings
22
php_admin_value open_basedir /opt/drupal:/usr/share/php
0 commit comments