Skip to content

Commit

Permalink
Merge pull request #1536 from voxpupuli/legacy-facts
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored Mar 15, 2023
2 parents 0a2da86 + 79cba06 commit 4ac2f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/server/fastcgi.conf.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file managed by puppet on host <%= @fqdn %>
# This file managed by puppet on host <%= @facts['networking']['fqdn'] %>

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param QUERY_STRING $query_string;
Expand Down
2 changes: 1 addition & 1 deletion templates/server/uwsgi_params.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file managed by puppet on host <%= @fqdn %>
# This file managed by puppet on host <%= @facts['networking']['fqdn'] %>

uwsgi_param QUERY_STRING $query_string;
uwsgi_param REQUEST_METHOD $request_method;
Expand Down

0 comments on commit 4ac2f40

Please sign in to comment.