##// END OF EJS Templates
fixes issue #206
marcink -
r1392:00b8fca6 beta
parent child Browse files
Show More
@@ -371,7 +371,7 b' There are two ways to enable https:'
371 371
372 372 - Set HTTP_X_URL_SCHEME in your http server headers, than rhodecode will
373 373 recognize this headers and make proper https redirections
374 - Alternatively, set `force_https = true` in the ini configuration to force
374 - Alternatively, set the `force_https = true` in the ini configuration to force
375 375 using https, no headers are needed than to enable https
376 376
377 377
@@ -472,7 +472,8 b' Apache subdirectory part::'
472 472 SetEnvIf X-Url-Scheme https HTTPS=1
473 473 </Location>
474 474
475 Besides the regular apache setup you will need to add the following to your .ini file::
475 Besides the regular apache setup you will need to add the following line
476 into [app:main] section of your .ini file::
476 477
477 478 filter-with = proxy-prefix
478 479
General Comments 0
You need to be logged in to leave comments. Login now