You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Docker image contains a deployed SimpleSAMLphp IdP/SP based on PHP 7.2 running on Appache HTTP Server 2.4 on the latest CentOS 7 base. This image is a base image and should be used to set the content and configuration with local changes. It is suitable for use as a standalone IdP application or as a base to deploy another PHP application that will be protected by the service provider module.
4
+
This Docker image contains a deployed SimpleSAMLphp IdP/SP based on PHP 7.2 running on Apache HTTP Server 2.4 on the latest CentOS 7 base. This image is a base image and should be used to set the content and configuration with local changes. It is suitable for use as a standalone IdP application or as a base to deploy another PHP application that will be protected by the service provider module.
5
5
6
6
```
7
7
[rootdir]
@@ -12,7 +12,7 @@ This Docker image contains a deployed SimpleSAMLphp IdP/SP based on PHP 7.2 runn
12
12
| |-- log/
13
13
| | |-- httpd/ - The log files for Apache HTTP Server
14
14
| |-- simplesamlphp/ - The base SimpleSAMLphp directory
15
-
| | |-- conf/ - The SimpleSAMLphp configuration directory
15
+
| | |-- config/ - The SimpleSAMLphp configuration directory
16
16
| |-- www/
17
17
| | |-- html/ - The base Apache HTTP Server document root directory
0 commit comments