Skip to content

Commit

Permalink
Merge pull request #458 from peterbogdan/update_osctrl_conf
Browse files Browse the repository at this point in the history
 Add missing remove.sh & remove.ps1 from OSCTRL NGINX conf
  • Loading branch information
javuto authored Jul 12, 2024
2 parents 89914ee + 34a171c commit b3b134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/conf/nginx/osctrl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ server {
}

################################## osctrl-tls osquery server ##################################
location ~* .(enroll|config|log|init|block|read|write|enroll.sh|enroll.ps1)$ {
location ~* .(enroll|config|log|init|block|read|write|enroll.sh|enroll.ps1|remove.sh|remove.ps1)$ {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit b3b134d

Please sign in to comment.