Update README.rst

This commit is contained in:
tofias
2015-03-25 18:42:08 -05:00
parent 30c27772bb
commit ce0b305a2a
+8
View File
@@ -56,6 +56,14 @@ by passing the ``permanent`` parameter::
sslify = SSLify(app, permanent=True)
Exclude Certain Paths from Being Redirected
-------------------------------------------
You can exlude a path that starts with given string by including a list called ``skips``::
sslify = SSLify(app, skips=['mypath', 'anotherpath'])
Or by including SSL_SKIPS in your app's config.
Install
-------