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

Lint roles/nginx/templates/server.conf.j2

This commit is contained in:
A Holt 2021-06-22 12:20:08 -04:00 committed by GitHub
parent d4b388bf4d
commit 33d5316c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ server {
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
include fastcgi_params;
}
location /cgi-bin {
root /usr/lib;
}