eldoy / waveorb-server

Waveorb server
MIT License
1 stars 0 forks source link

Add disable cache option #2

Open eldoy opened 2 years ago

eldoy commented 2 years ago

Set "cache": false in waveorb.json to have this in NGINX:

add_header Cache-Control "no-cache, no-store, must-revalidate";
add_header Pragma "no-cache";
add_header Expires "0";