FAQ.txt |
FAQ.txt |
|
1. Running secure pages on the Nginx web server. See http://drupal.org/node/390450#comment-1420518
The text from this reference below.
----8<----
If you are on Nginx, Then add the little code in your Nginx conf file.
fastcgi_param HTTPS… |
README.txt |
README.txt |
|
Configuration
------------------------------------------------------------------------------
Generally on test/development servers you do not have access to SSL, so
generally you would like to disable secure pages on these systems.
To do this add… |
securepages.admin.inc |
securepages.admin.inc |
|
Provide all the administration pages |
securepages.info |
securepages.info |
|
name = Secure Pages
description = "Set which pages are always going to be used in secure mode (SSL) Warning: Do not enable this module without configuring your web server to handle SSL with this installation of Drupal"
core = 6.x |
securepages.install |
securepages.install |
|
Provides installation details for Secure Pages |
securepages.module |
securepages.module |
|
Provide method of creating allowing certain pages to only viewable from
https pages |
securepages.test |
securepages.test |
|
Provides SimpleTests for Secure Pages module. |