0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-17 18:46:43 +01:00

Fix collabora example closes #55

This commit is contained in:
Pierre Ozoux 2017-03-21 09:44:49 +00:00 committed by GitHub
parent 2fcbef5c18
commit 96620ca79f

View file

@ -8,9 +8,6 @@ http {
upstream backend {
server app:9000;
}
upstream collabora {
server collabora:9980;
}
include /etc/nginx/mime.types;
default_type application/octet-stream;