Nginx 5: Nginx w/ Web Application

HN LEE
learn-backend
Published in
1 min readMay 16, 2020

Nginx Offers …

  • FastCGI Modules
  • uWSGI Modules
  • SCGI Modules

Configuration Commands

  • Set under ‘http-server’
http {
...
server {
include uwsgi_params; # if you write independent config file
...
}
}

<Module>_pass

<Module>_cache

<Module>_temp_path

References

  • Clement Nedelcu, “Nginx HTTP Server”

--

--

HN LEE
learn-backend

A Software Engineer who believes the tech could make the world better.