Skip to content
Snippets Groups Projects
Commit ed34a0aa authored by Alexander König's avatar Alexander König
Browse files

some small fixes

parent 9fa7ec9b
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@
<AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/>
<!-- Simple file-based resolver for using a single keypair. -->
<CredentialResolver type="File" key="/etc/ssl/private/lindat-dev.key" certificate="/etc/ssl/certs/lindat-dev_eurac_edu.pem"/>
<CredentialResolver type="File" key="sp-key.pem" certificate="sp-cert.pem"/>
<!--
The default settings can be overridden by creating ApplicationOverride elements (see
......
......@@ -75,6 +75,16 @@ user=www-data
stdout_logfile=/var/log/supervisor/shibresponder.log
stderr_logfile=/var/log/supervisor/shibresponder.error.log
[program:nginx]
command=/opt/nginx/sbin/nginx -g "daemon off;"
user=root
autostart=true
autorestart=true
stopwaitsecs=30
; The below sample program section shows all possible program subsection values,
; create one or more 'real' program: sections to be able to control them under
; supervisor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment