Skip to content

Instantly share code, notes, and snippets.

@rslonik
Last active August 28, 2019 18:25
Show Gist options
  • Save rslonik/321e4d5daa201925dcb65deef99f595c to your computer and use it in GitHub Desktop.
Save rslonik/321e4d5daa201925dcb65deef99f595c to your computer and use it in GitHub Desktop.
Force OneSignal to not skip cache in EasyEngine
if ($request_uri ~* "onesignal") {
  set $skip_cache 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment