Skip to content

Instantly share code, notes, and snippets.

View bateleurX's full-sized avatar
:bowtie:

MATSUURA, Yosuke bateleurX

:bowtie:
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bateleurX on github.
  • I am zmey (https://keybase.io/zmey) on keybase.
  • I have a public key whose fingerprint is B350 2E0A 92A7 EFCB E296 EAC7 445E 35AB AB38 DC6E

To claim this, I am signing this object:

@bateleurX
bateleurX / nginx.service
Created December 23, 2020 04:42
UNIXドメインソケットを利用するときのnginx.conf
[Unit]
Description=The nginx HTTP and reverse proxy server
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
PIDFile=/run/nginx.pid
# Nginx will fail to start if /run/nginx.pid already exists but has the wrong
# SELinux context. This might happen when running `nginx -t` from the cmdline.
# https://bugzilla.redhat.com/show_bug.cgi?id=1268621
@bateleurX
bateleurX / gist:e9a0720db9a8ab4846409256f630723e
Created July 15, 2021 08:43
molecule ansible-role-nginx full messages
INFO default scenario test matrix: dependency, lint, cleanup, destroy, syntax, create, prepare, converge, idempotence, side_effect, verify, cleanup, destroy
INFO Performing prerun...
INFO Using /home/ubuntu/.cache/ansible-lint/ac5f41/roles/nginxinc.nginx symlink to current repository in order to enable Ansible to find the role using its expected full name.
INFO Added ANSIBLE_ROLES_PATH=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/ubuntu/.cache/ansible-lint/ac5f41/roles
INFO Running default > dependency
WARNING Skipping, missing the requirements file.
WARNING Skipping, missing the requirements file.
INFO Running default > lint
COMMAND: set -e
yamllint .