Changeset 37129
- Timestamp:
- 2023-01-14T16:50:48+13:00 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/build.properties.svn
r36879 r37129 1 1 #### properties file for Greenstone3 building using ANT. See the README for more 2 2 #### 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 3 18 4 19 ## Tomcat installation
Note:
See TracChangeset
for help on using the changeset viewer.