nginx

  1. R

    uwsgi_pass equivalent?

    I would like to replace my nginx server with OpenLiteSpeed completely but I've hit one problem: there is a python application on a seperate server which nginx serves as a reverse proxy with the folowing config: server { client_max_body_size 250M; listen 443 ssl...
  2. R

    Should I switch from nginx?

    Hi all, I'm considering if I should switch from nginx which has been running quite stable for me to be honest. I'm interested in the ability to serve more requests faster, but I'm not sure if my case fits the bill. At my company we run hundreds if not thousands of websites for our clients with...
  3. freddiehdxd

    Nginx To Litespeed Help

    Hello guys hope you're doing wonderful my issue is that l was running a script on nginx and this was my config but l need this location / { proxy_pass http://IP:3000/; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'...
  4. onlinetushar

    DigitalOcean/OLS from DigitalOcean/NGINX Migration

    Currently, I am using DigitalOcean/NGINX for my high traffic site. Can you recommend DigitalOcean/OLS? If Yes, Then how to easily migrate to DigitalOcean/OLS from DigitalOcean/NGINX?
  5. Misao

    OpenLitespeed vs Nginx performance under heavy load testing

    What’s your experience with OpenLitespeed/Litespeed vs Nginx lately? I’ve just made some load tests comparing both of them and the results are unexpected. (Using 5$ Vultr droplet Singapore location. Default wordpress 5.3 install. Php 7.3) I’m using Gridpane for Nginx stack and Cyberpanel for...
  6. G

    Equivalent to header('X-Accel-Buffering: no') in Openlitespeed to disable output buffering?

    Hello, i am moving from NGINX to Openlitespeed. On NGINX to stream a file (php readfile()) i could use header('X-Accel-Buffering: no'); to disable output buffering. How would i do this on Openlitespeed? is there a setting or a special header? Any help is appreciated.
Top