Changeset 37129


Ignore:
Timestamp:
2023-01-14T16:50:48+13:00 (15 months ago)
Author:
davidb
Message:

New properties introduced to help separate out what is happening with a Greenstone3 installation when its public facing URL is different to the internal (typically 'localhost:8383') one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.properties.svn

    r36879 r37129  
    11#### properties file for Greenstone3 building using ANT. See the README for more
    22#### information
     3
     4## Reverse Proxy Settings
     5#
     6# If using a different web server, such as Apache2, configured to be a reverse-proxy web server
     7# sitting in front of Tomcat, then uncomment the following and set accordingly
     8#
     9# It is unlikely that you will need to explicity set 'revproxy.port', given the main point
     10# of a reverse-proxy web server is to provide a cleaner (hardened) URL for users to access
     11# It is included for completeness.
     12#
     13# If you do not text 'revproxy.context' then it will default to 'greenstone3.context'
     14#revproxy.protocol=https
     15#revproxy.server=<mydomain.org>
     16##revproxy.port=8080
     17##revproxy.context=/greenstone3
    318
    419## Tomcat installation
Note: See TracChangeset for help on using the changeset viewer.