yohan
ed1f45e8ed
Added reverse proxy configuration. Added optional Nextcloud objectstore configuration. Added Nextcloud mime configuration. Added Nextcloud https configuration. Fixed elasticsearch getting killed when "stop" or "down" is used: due to a docker bug, the new script stop.sh, must be used instead.
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
<VirtualHost *:80>
|
|
ServerName cloud.scimetis.net
|
|
ServerAdmin postmaster@scimetis.net
|
|
ProxyPreserveHost on
|
|
ProxyPass / http://nextcloud/
|
|
ProxyPassReverse / http://nextcloud/
|
|
ProxyRequests Off
|
|
</VirtualHost>
|