events {} http { include /etc/nginx/mime.types; types { application/wasm wasm; } server { listen [::]:90; listen 90; gzip on; gzip_vary on; gzip_static on; gzip_types text/plain text/css text/xml text/js text/javascript text/markdown text/x-component application/javascript application/x-javascript application/json application/rss+xml application/xml image/svg+xml image/vnd.microsoft.icon font/truetype font/opentype; gzip_proxied expired no-cache no-store private auth; gzip_disable "MSIE [1-6]\."; gzip_http_version 1.1; gzip_min_length 1024; gzip_buffers 16 8k; # AUTO GENERATED ROUTING START # AUTO GENERATED ROUTING END } }