diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index f1e6499814d2f4bb3f1a64e94df0a074d288c6d6..14d8550c63f57515886c15db78366b9ff673713c 100644 --- a/docs/simplesamlphp-install.md +++ b/docs/simplesamlphp-install.md @@ -154,14 +154,14 @@ further completing your documentation, please see [Maintenance and configuration: Apache](simplesamlphp-maintenance.md#apache-configuration). -Configuring Ngynx +Configuring Nginx ------------------ Examples below assume that SimpleSAMLphp is installed in the default location, `/var/simplesamlphp`. You may choose another location, but this requires a path update in a few files. See Appendix for details ‹Installing SimpleSAMLphp in alternative locations›. -The only subdirectory of `SimpleSAMLphp` that needs to be accessible from the web is `www`. There are several ways of exposing SimpleSAMLphp depending on the way web sites are structured on your Ngynx web server. The following is just one possible configuration. +The only subdirectory of `SimpleSAMLphp` that needs to be accessible from the web is `www`. There are several ways of exposing SimpleSAMLphp depending on the way web sites are structured on your Nginx web server. The following is just one possible configuration. -Find the Ngynx configuration file for the virtual hosts where you want to run SimpleSAMLphp. The configuration may look like this: +Find the Nginx configuration file for the virtual hosts where you want to run SimpleSAMLphp. The configuration may look like this: server { listen 443 ssl;