mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored ws implementation to use it in mastodon and in new espocrm role
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
---
|
||||
- name: install nginx
|
||||
pacman:
|
||||
name: nginx
|
||||
name:
|
||||
- nginx
|
||||
- nginx-mod-stream # Enable Stream support
|
||||
state: present
|
||||
notify: restart nginx
|
||||
when: run_once_nginx is not defined
|
||||
|
@@ -1,3 +1,4 @@
|
||||
load_module /usr/lib/nginx/modules/ngx_stream_module.so; # Enable Stream support
|
||||
worker_processes auto;
|
||||
|
||||
events
|
||||
|
Reference in New Issue
Block a user