fastcgi proto
This commit is contained in:
parent
94db1a0f5b
commit
da62290e32
@ -9,6 +9,7 @@ services:
|
||||
- /home/{{ user.name }}/webroot:/var/www/html
|
||||
environment:
|
||||
- VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }}
|
||||
- VIRTUAL_PROTO=fastcgi
|
||||
- NEXTCLOUD_ADMIN_USER=admin
|
||||
- POSTGRES_DATABASE=nextcloud
|
||||
- POSTGRES_HOST=db:5432
|
||||
@ -28,7 +29,6 @@ services:
|
||||
- 4443:443 # change to 80:80 when the shop is ready to go live
|
||||
networks:
|
||||
default:
|
||||
|
||||
volumes:
|
||||
- ~/nginx/certs:/etc/nginx/certs
|
||||
- ~/nginx/html:/usr/share/nginx/html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user