mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2026-05-21 03:10:20 +02:00
Fix collabora example closes #55
This commit is contained in:
parent
2fcbef5c18
commit
96620ca79f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue