Skip to content

Commit

Permalink
Update path to bbb properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dkobras committed May 4, 2020
1 parent 1766cb1 commit b864ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

- name: Update http for https on BigBlueButton webapp
replace:
path: /var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
path: "/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties"
regexp: 'bigbluebutton.web.serverURL=http:'
replace: 'bigbluebutton.web.serverURL=https:'
backup: yes
Expand Down

0 comments on commit b864ea5

Please sign in to comment.