mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
6 lines
206 B
Bash
Executable File
6 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
[ -f /etc/apache2/sites-enabled/openproject.conf ] || erb -r time /usr/src/app/docker/proxy.conf.erb > /etc/apache2/sites-enabled/openproject.conf
|
|
exec /usr/sbin/apache2ctl -DFOREGROUND
|