From cd5e212ae393ae44ab2fd4402bfae4f9585af232 Mon Sep 17 00:00:00 2001 From: jmdekker2 Date: Sat, 24 May 2025 09:24:03 +0200 Subject: [PATCH] Update install_xwiki.yml --- install_xwiki.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_xwiki.yml b/install_xwiki.yml index e209a0a..eacc5c9 100644 --- a/install_xwiki.yml +++ b/install_xwiki.yml @@ -51,7 +51,7 @@ image: xwiki:lts-mysql-tomcat restart_policy: always published_ports: - - "127.0.0.1:{{ xwiki_port }}:8080" + - "127.0.0.1:8080" env: DB_HOST: "{{ mariadb_container_name }}" DB_DATABASE: "{{ xwiki_db_name }}" @@ -127,8 +127,8 @@ ServerName {{ xwiki_domain }} ProxyPreserveHost On - ProxyPass / http://127.0.0.1:{{ xwiki_port }}/ - ProxyPassReverse / http://127.0.0.1:{{ xwiki_port }}/ + ProxyPass / http://127.0.0.1:8080/ + ProxyPassReverse / http://127.0.0.1:8080/ RequestHeader set X-Forwarded-Proto "https"