Skip to content

Commit f03227e

Browse files
committed
Clarify warning message
1 parent 4300076 commit f03227e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/eu/openanalytics/containerproxy/ContainerProxyApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static void main(String[] args) {
9090
@PostConstruct
9191
public void init() {
9292
if (environment.getProperty("server.use-forward-headers") != null) {
93-
log.warn("WARNING: Using server.use-forward-headers will not work in this ShinyProxy release. See https://shinyproxy.io/documentation/security/#https-ssl--tls on how to change your configuration.");
93+
log.warn("WARNING: Using server.use-forward-headers will not work in this ShinyProxy release, you need to change your configuration to use another property. See https://shinyproxy.io/documentation/security/#forward-headers on how to change your configuration.");
9494
}
9595

9696
String sameSiteCookie = environment.getProperty("proxy.same-site-cookie", "Lax");

0 commit comments

Comments
 (0)