1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Lint nginx/templates/nginx.conf.j2

This commit is contained in:
A Holt 2021-07-03 11:05:27 -04:00 committed by GitHub
parent 0d54b497aa
commit 824f960fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ http {
# define the upstream backend fastcgi for php
upstream php {
server unix:/run/php/php{{ php_version }}-fpm.sock;
server unix:/run/php/php{{ php_version }}-fpm.sock;
}
}