- Timestamp:
- 03/05/20 16:12:48 (5 years ago)
- Branches:
- master
- Children:
- 156cefa
- Parents:
- 6f9e80b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/internetserver/apache_conf/root/etc/apache2/conf.d/httpd-ssl.conf
r6f9e80b r47dca21 23 23 SSLSessionTickets off 24 24 25 SSLUseStapling on 25 #off: otherwise you'll get timeouts when the server has no internet 26 SSLUseStapling off 26 27 SSLStaplingResponderTimeout 5 27 28 SSLStaplingReturnResponderErrors off … … 64 65 RewriteOptions inherit 65 66 66 </VirtualHost> 67 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.