Okta Access Gateway: App Compression Settings
Last Updated:
Overview
Applies To
- Okta Access Gateway (OAG)
- Application custom policy configuration
- Okta Identity Engine (OIE)
- Okta Classic Engine
Solution
The following directives will help meet the application's specific compression configuration requirements. The settings can be used independently or together, as shown in the screenshot below:
gzip on;
gzip_types text/plain application/xml;
gzip_min_length 1000;
gzip_proxied no-cache no-store private expired auth;
