Skip to content

Commit

Permalink
Fix for #824
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Aug 8, 2024
1 parent 5374151 commit bf9f6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/geoserver/tasks/geoserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
blockinfile:
path={{tomcat_conf}}
marker="# {mark} Configure Geoserver/GWC data folder / (Ansible managed)"
block='JAVA_OPTS="${JAVA_OPTS} -DGEOSERVER_DATA_DIR={{data_dir}}/geoserver_data_dir -DGEOWEBCACHE_CACHE_DIR={{data_dir}}/geoserver_data_dir/gwc"'
block='JAVA_OPTS="${JAVA_OPTS} -DGEOSERVER_CSRF_WHITELIST={{ geoserver_hostname }} -DGEOSERVER_DATA_DIR={{data_dir}}/geoserver_data_dir -DGEOWEBCACHE_CACHE_DIR={{data_dir}}/geoserver_data_dir/gwc"'
backup=yes
notify:
- restart tomcat
Expand Down

0 comments on commit bf9f6c9

Please sign in to comment.