fas totp: set cgi handler
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
3a9bea0e9d
commit
6cb91282d2
1 changed files with 2 additions and 1 deletions
|
@ -58,13 +58,13 @@ data:
|
|||
AddDefaultCharset UTF-8
|
||||
CoreDumpDirectory /tmp
|
||||
|
||||
AddHandler cgi-script .cgi
|
||||
DirectoryIndex index.cgi
|
||||
|
||||
<VirtualHost *:8080>
|
||||
Header set Cache-Control no-cache
|
||||
Header set Expires 0
|
||||
Alias /totpcgiprovision /var/www/totpcgi-provisioning
|
||||
AddHandler cgi-script .cgi
|
||||
|
||||
<Directory "/var/www/totpcgi-provisioning">
|
||||
Options ExecCGI
|
||||
|
@ -101,6 +101,7 @@ data:
|
|||
SSLHonorCipherOrder On
|
||||
SSLCipherSuite {{ ssl_ciphers }}
|
||||
SSLProtocol {{ ssl_protocols }}
|
||||
AddHandler cgi-script .cgi
|
||||
|
||||
SSLVerifyClient require
|
||||
SSLVerifyDepth 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue