Last active
June 23, 2020 01:54
-
-
Save lucianovalenca/bbc702df464e303c6b894c8f1b8a200e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Restart Apache | |
| `/opt/bitnami/ctlscript.sh restart apache` | |
| ## Disable TLS 1.0 | |
| You can find the SSLProtocol directive configured in the configuration file below: | |
| **/opt/bitnami/apache2/conf/bitnami/bitnami.conf** | |
| Change to: | |
| `SSLProtocol TLSv1.2` | |
| # php.ini | |
| `/opt/bitnami/php/etc/php.ini` | |
| # htaccess | |
| `/opt/bitnami/apps/wordpress/conf/htaccess.conf` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment