What's in that Nginx folder?
phpcn_u37027
phpcn_u37027 2017-10-09 23:36:45
0
1
1503

What's in that Nginx folder? Can you explain it?

phpcn_u37027
phpcn_u37027

reply all(1)
ringa_lee

You only need to know one configuration file, nginx.conf under conf. You don’t need to delve into the others. Generally, they are not used.

  • reply Set nginx to start at boot cp -r /lnmp/src/nginx /etc/rc.d/init.d/#Copy startup files chmod 775 /etc/rc.d/init.d/nginx #Give file execution permissions chkconfig nginx on #Set up startup service nginx start #Start nginx If I can't complete these steps, I just want to know what nginx is? Please tell me how to download the contents of this folder. I'm a novice. Sorry for the trouble. Thank you.
    phpcn_u37027 author 2017-10-10 20:32:19
  • reply My Nginx directory is empty now
    phpcn_u37027 author 2017-10-10 20:34:36
  • reply Well, it's done
    phpcn_u37027 author 2017-10-11 10:06:54
  • reply My Nginx directory is empty now
    phpcn_u37027 author 2017-10-10 20:33:23
  • reply Is the nginx directory empty? You can just use the integrated environment. Newbies don’t need to manually build the environment, which is a waste of time.
    ringa_lee author 2017-10-11 10:03:52
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template