reverse proxy

PHOTO EMBED

Sun Jun 12 2022 06:10:39 GMT+0000 (Coordinated Universal Time)

Saved by @khalilmaster #linux #ngnix

location / {
                proxy_pass http://localhost:0909;
                proxy_set_header Connection '';
                proxy_http_version 1.1;
                chunked_transfer_encoding off;
                proxy_buffering off;
                proxy_cache off;

        }
content_copyCOPY