search

Home  >  Q&A  >  body text

What's in that Nginx folder?

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

phpcn_u37027phpcn_u370272687 days ago1528

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-10-10 10:10:02

    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
    0
  • phpcn_u37027

    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 · 2017-10-10 20:32:19
    phpcn_u37027

    My Nginx directory is empty now

    phpcn_u37027 · 2017-10-10 20:34:36
    phpcn_u37027

    Well, it's done

    phpcn_u37027 · 2017-10-11 10:06:54
    phpcn_u37027

    My Nginx directory is empty now

    phpcn_u37027 · 2017-10-10 20:33:23
    ringa_lee

    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 · 2017-10-11 10:03:52
  • Cancelreply