chore(server): name socket after container name

This commit is contained in:
transcaffeine 2022-05-29 09:47:40 +02:00
parent b40bd1a383
commit e76e4beac0
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -4,7 +4,7 @@ user = www-data
group = www-data
{% if nextcloud_socket_path is defined and nextcloud_socket_path is string %}
listen = {{ nextcloud_container_php_socket_path }}/nextcloud.sock
listen = {{ nextcloud_container_php_socket_path }}/{{ nextcloud_container_name }}.sock
listen.owner = www-data
listen.group = www-data
listen.mode = 0666