mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Update 90_lancache_heartbeat.conf
Respond to heartbeat with Clacks
This commit is contained in:
parent
0813b0d54e
commit
f67cd7cfcf
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
location = /lancache-heartbeat {
|
||||
add_header X-LanCache-Processed-By $hostname;
|
||||
include /etc/nginx/sites-available/cache.conf.d/root/99_gnu.conf;
|
||||
add_header 'Access-Control-Expose-Headers' '*';
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
return 204;
|
||||
|
|
Loading…
Reference in a new issue