diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-08 03:48:49 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-08 03:48:49 -0700 |
commit | 5188585864949d939b083d87dcea1e310d588a30 (patch) | |
tree | 736b1df29167acb459990c94eb44869bcb9d8883 /inc/poche/config.inc.php.new | |
parent | 1e98ee1de08d319facfa4c74d87c51506c662b78 (diff) | |
parent | 5e07dc8b51f9612de5f5a00bbac399c777e82fa4 (diff) | |
download | wallabag-5188585864949d939b083d87dcea1e310d588a30.tar.gz wallabag-5188585864949d939b083d87dcea1e310d588a30.tar.zst wallabag-5188585864949d939b083d87dcea1e310d588a30.zip |
Merge pull request #272 from jcsaaddupuy/custom_ssl_port
Custom ssl port
Diffstat (limited to 'inc/poche/config.inc.php.new')
-rwxr-xr-x | inc/poche/config.inc.php.new | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 99223c78..c60d4f80 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new | |||
@@ -25,6 +25,9 @@ define ('STORAGE_PASSWORD', 'poche'); | |||
25 | # Do not trespass unless you know what you are doing | 25 | # Do not trespass unless you know what you are doing |
26 | ################################################################################# | 26 | ################################################################################# |
27 | 27 | ||
28 | // Change this if not using the standart port for SSL - i.e you server is behind sslh | ||
29 | define ('SSL_PORT', 443); | ||
30 | |||
28 | define ('MODE_DEMO', FALSE); | 31 | define ('MODE_DEMO', FALSE); |
29 | define ('DEBUG_POCHE', FALSE); | 32 | define ('DEBUG_POCHE', FALSE); |
30 | define ('DOWNLOAD_PICTURES', FALSE); | 33 | define ('DOWNLOAD_PICTURES', FALSE); |
@@ -55,4 +58,4 @@ define ('INSTAPAPER_FILE', '/instapaper-export.html'); | |||
55 | 58 | ||
56 | define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); | 59 | define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); |
57 | define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); | 60 | define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); |
58 | define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); \ No newline at end of file | 61 | define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); |