- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isIpv6 (3.22 sec)
-
src/main/resources/fess_config.properties
domain.title = Fess # Search Engine # The type of search engine backend (e.g., default, opensearch). search_engine.type=default # The URL of the search engine HTTP endpoint. # For IPv6 environments, use brackets around the IPv6 address (e.g., http://[::1]:9201) search_engine.http.url=http://localhost:9201 # Path to SSL certificate authorities for secure HTTP connections. search_engine.http.ssl.certificate_authorities=
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. http://localhost:9201 <br> * comment: <br> * The URL of the search engine HTTP endpoint.<br> * For IPv6 environments, use brackets around the IPv6 address (e.g., http://[::1]:9201) * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getSearchEngineHttpUrl(); /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)