mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 20:08:32 +01:00
feat: add header on backend to identify request
This commit is contained in:
@@ -11,5 +11,6 @@ server {
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
add_header X-ATHQ-HANDLER cms;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user