diff bin/homepage @ 2249:e9dc435cc946

no proxy_buffering even on vitejs resource pages, since our working dir is non-writable
author drewp@bigasterisk.com
date Sat, 27 May 2023 15:44:16 -0700
parents 891c380afcc1
children 5e4321405f54
line wrap: on
line diff
--- a/bin/homepage	Sat May 27 02:05:27 2023 -0700
+++ b/bin/homepage	Sat May 27 15:44:16 2023 -0700
@@ -19,6 +19,8 @@
 http {
  include $ROOT/light9/web/mime.types;
  
+ proxy_buffering off;
+
  server {
   access_log off;
   autoindex on;