nginx服务器和我们平常用的linux操作系统(centos,ubuntu)有什么区别吗?能不能打个比喻?
给我你的怀抱2017-04-26 09:03:17
nginx is a program that provides web services or reverse proxy services. Those two are operating systems and are not the same category
某草草2017-04-26 09:03:17
Debian-based Ubuntu, Redhat-based CentOS, these are GNU/Linux distributions.
Nginx is a cross-platform web server software that can run on Unix-like systems (such as Linux/*BSD/macOS, etc.) It can also run on Windows, or even run on Android/iOS devices after cross compilation.