Solid-State Society

  • Archives
  • About
  • Services

Detecting WeChat In-App Browser via Nginx User-Agent

Written by

Error-Prone

in

Blog

You can use this directive to check for WeChat in-app browser and set cache off:

if ($http_user_agent ~* "MicroMessenger") {
  set $skip_cache 1;
}

Related Posts

  1. How to Cleanup Systems w/o CleanMyMac (a.k.a. OS X Cleanup Guide)
  2. Receive a User’s UPN, Email, First and Last Name via Azure Active Directory Custom Manifest
  3. Proxying and Caching WebP Images Using the Same URI Based on User Accept Headers with Nginx
  4. Nginx Notion Proxy
  5. How to Report Disputed Apps in App Store
Nginx WeChat
←How to Install LineageOS on OnePlus 3T with GApps
Using Motion Sensor as Occupancy Sensor for HomeKit with Homebridge→

More posts

  • Fixing Loopback Request Issue in WordPress in Docker

    September 24, 2025
  • Logto Database Migration

    September 1, 2025
  • Self-hosted Sentry Postgres Database Cleanup

    August 5, 2025
  • Storm SSH Alternative for fish Shell

    July 22, 2023

Solid-State Society

ソリッドステート ソサイエティ