mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-23 12:33:04 +00:00
faa6b3969d
This commit rebases the generic code into the monolithic image This allows the base image to be the more regularly accessed / edited image Commits to lancachenet/generic:switcheroo will mimic this commit Also fixes lancachenet/generic#108
6 lines
207 B
Text
6 lines
207 B
Text
location = /lancache-heartbeat {
|
|
add_header X-LanCache-Processed-By $hostname;
|
|
add_header 'Access-Control-Expose-Headers' '*';
|
|
add_header 'Access-Control-Allow-Origin' '*';
|
|
return 204;
|
|
}
|