File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ yum install httpd mod_ssl httpd-devel python34 python34-devel
12
12
yum install xmlsec1-openssl gcc curl
13
13
```
14
14
15
- Install the latest production release of pip and use it to install the latest
15
+ Install the latest production release of pip and use it to install the latest
16
16
production release of mod\_ wsgi:
17
17
18
18
```
@@ -120,7 +120,7 @@ BACKEND_MODULES:
120
120
- "/etc/satosa/plugins/saml2_backend.yaml"
121
121
122
122
FRONTEND_MODULES:
123
- - "/etc/satosa/plugins/ping_frontend.yaml"
123
+ - "/etc/satosa/plugins/ping_frontend.yaml"
124
124
- "/etc/satosa/plugins/saml2_frontend.yaml"
125
125
126
126
MICRO_SERVICES:
@@ -151,7 +151,7 @@ LOGGING:
151
151
propagate: no
152
152
root:
153
153
level: INFO
154
- handlers:
154
+ handlers:
155
155
- console
156
156
```
157
157
You can’t perform that action at this time.
0 commit comments