From 05b1882655745678309b7aaf787e58da3ac50939 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Thu, 31 May 2018 13:53:49 +0000 Subject: [PATCH] Fix typo Ngynx/Nginx --- docs/simplesamlphp-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index f1e649981..14d8550c6 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; -- GitLab