Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEwan Edwards <eedwards@perforce.com>2015-01-30 21:24:45 +0300
committerEwan Edwards <eedwards@perforce.com>2015-01-30 21:24:45 +0300
commite6e337088bbb4736983119928b6b6b451bd3ef20 (patch)
treeb4052034e51615b85f7f09ca71012a398638a3d9 /doc/integration/shibboleth.md
parentc47328948b5fff218c68279260a57ab6b03e7423 (diff)
Make all non-config/non-operational mentions of URL consistently
capitalized. Make the plural version consistently "URLs". Fix an instance where the article "the" before URL was missing.
Diffstat (limited to 'doc/integration/shibboleth.md')
-rw-r--r--doc/integration/shibboleth.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/shibboleth.md b/doc/integration/shibboleth.md
index 78317a5c0f2..1b03197b6c7 100644
--- a/doc/integration/shibboleth.md
+++ b/doc/integration/shibboleth.md
@@ -14,7 +14,7 @@ Check https://wiki.shibboleth.net/ for more info.
Following changes are needed to enable shibboleth:
-protect omniauth-shibboleth callback url:
+protect omniauth-shibboleth callback URL:
```
<Location /users/auth/shibboleth/callback>
AuthType shibboleth
@@ -32,7 +32,7 @@ protect omniauth-shibboleth callback url:
SetHandler shib
</Location>
```
-exclude shibboleth urls from rewriting, add "RewriteCond %{REQUEST_URI} !/Shibboleth.sso" and "RewriteCond %{REQUEST_URI} !/shibboleth-sp", config should look like this:
+exclude shibboleth URLs from rewriting, add "RewriteCond %{REQUEST_URI} !/Shibboleth.sso" and "RewriteCond %{REQUEST_URI} !/shibboleth-sp", config should look like this:
```
#apache equivalent of nginx try files
RewriteEngine on