MediaWiki:Installasi on Ubuntu 20.04 (Nginx): Difference between revisions
| Line 102: | Line 102: | ||
'''Where''' | '''Where''' | ||
*--nginx: Use the nginx plugin. | *<nowiki>--nginx</nowiki>: Use the nginx plugin. | ||
*--apache: Use the Apache plugin. | *<nowiki>--apache</nowiki>: Use the Apache plugin. | ||
*--agree-tos: Agree to terms of service. | *<nowiki>--agree-tos</nowiki>: Agree to terms of service. | ||
*--redirect: Force HTTPS by 301 redirect. | *<nowiki>--redirect</nowiki>: Force HTTPS by 301 redirect. | ||
*--hsts: Add the Strict-Transport-Security header to every HTTP response. Forcing browser to always use TLS for the domain. Defends against SSL/TLS Stripping. | *<nowiki>--hsts</nowiki>: Add the Strict-Transport-Security header to every HTTP response. Forcing browser to always use TLS for the domain. Defends against SSL/TLS Stripping. | ||
*--staple-ocsp: Enables OCSP Stapling. A valid OCSP response is stapled to the certificate that the server offers during TLS. | *<nowiki>--staple-ocsp</nowiki>: Enables OCSP Stapling. A valid OCSP response is stapled to the certificate that the server offers during TLS. | ||
*The certificate should now be obtained and automatically installed. | *The certificate should now be obtained and automatically installed. | ||