return xaibox to using php+apache image

This commit is contained in:
2018-04-07 09:49:09 -04:00
parent 83ec6809d6
commit bbc06bae70
6 changed files with 53 additions and 60 deletions

View File

@@ -3,7 +3,7 @@ proxy_cache_path /data/nginx/cache/nextcloud levels=1:2 keys_zone=my_cache:10m m
upstream xaibox_upstream {
server tasks.xaibox_app:9000;
server app:9000;
}
server {