nginx conf adjustments - virtual host necessity
This commit is contained in:
parent
981b6f2bcb
commit
10bb24bbf6
@ -23,7 +23,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .webserver.env
|
- .webserver.env
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
|
||||||
NEXTCLOUD_ADMIN_USER: "admin"
|
NEXTCLOUD_ADMIN_USER: "admin"
|
||||||
POSTGRES_DB: "nextcloud"
|
POSTGRES_DB: "nextcloud"
|
||||||
POSTGRES_USER: "postgres"
|
POSTGRES_USER: "postgres"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user