Changeset - e9dc435cc946
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 20 months ago 2023-05-27 22:44:16
drewp@bigasterisk.com
no proxy_buffering even on vitejs resource pages, since our working dir is non-writable
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
bin/homepage
Show inline comments
 
@@ -19,6 +19,8 @@ events {
 
http {
 
 include $ROOT/light9/web/mime.types;
 
 
 
 proxy_buffering off;
 

	
 
 server {
 
  access_log off;
 
  autoindex on;
light9/homepage/write_config.py
Show inline comments
 
@@ -39,9 +39,6 @@ def main():
 
          proxy_set_header Upgrade $http_upgrade;
 
          proxy_set_header Connection "upgrade";
 
          proxy_set_header Host $host;
 

	
 
          proxy_buffering off;
 

	
 
        }}
 
        location /{path}/ {{
 
          # vite has 'base' to deal with the /{path}/ part of the request
0 comments (0 inline, 0 general)