mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
nginx needs to be stopped
This commit is contained in:
parent
7d94a6a7d8
commit
f26e9e674a
@ -65,6 +65,11 @@
|
|||||||
- httpd_can_connect_ldap
|
- httpd_can_connect_ldap
|
||||||
- httpd_read_user_content
|
- httpd_read_user_content
|
||||||
|
|
||||||
|
- name: Stop nginx
|
||||||
|
service:
|
||||||
|
name: nginx
|
||||||
|
state: stopped
|
||||||
|
|
||||||
- name: Change fcontext to GitLab unix socket for nginx
|
- name: Change fcontext to GitLab unix socket for nginx
|
||||||
community.general.sefcontext:
|
community.general.sefcontext:
|
||||||
target: "/var/opt/gitlab/gitlab-workhorse/sockets/socket"
|
target: "/var/opt/gitlab/gitlab-workhorse/sockets/socket"
|
||||||
|
Loading…
Reference in New Issue
Block a user