This commit is contained in:
Dallas Lu 2026-06-05 13:56:07 +08:00
parent f04c14116d
commit a16316979c
No known key found for this signature in database
4 changed files with 75 additions and 8 deletions

View file

@ -4,6 +4,7 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
include kit/http/gzip.conf;
include kit/http/websocket-map.conf;
upstream app_backend {