forked from mauro/ansible-role-wordpress-docker
use eumau/nextcloud image
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_pass http://{{ nextcloud_container }};
|
||||
proxy_pass http://{{ nextcloud_container }}:9000;
|
||||
}
|
||||
dest: "{{ nginx_location_mountpoint }}/nextcloud.conf"
|
||||
register: ngconf
|
||||
|
||||
Reference in New Issue
Block a user