Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Source for the wiki section of nginx.com

License

NotificationsYou must be signed in to change notification settings

zaszab/nginx-wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source repository for the new NGINX wiki. It is written in reStructuredText format as intended to be compiled into HTML usingSphinx Documentation Generator.

Compiling

To compile a local copy of the documentation you will need Sphinx installed. It can be installed with Python's pip package manager:

$ sudo pip install -r requirements.txt

You can then build the docs with:

$ make dirhtml

The HTML output is stored in thebuild/dirhtml directory. You can view this any way you desire, a very easy way to do it is to use NGINX. The build system can execute NGINX using:

$ make serve

Or if you have NGINX in a non-standard path (for example/opt/nginx/) you can point to the path of the NGINX binary with:

$ NGINX_PATH=/opt/nginx/sbin make serve

NGINX will be started on port 8080 so you can view the wiki by browsing tohttp://localhost:8080/

When you are done,CTRL-C will exit NGINX.

Contributing

We welcome edits and additions to this wiki. To find out more about how to do this please see outSubmitting Contributions page. If you spot any problems please file aGitHub Issue.

If you have any questions or require any help with this wiki please use theNGINX Mailing List.

About

Source for the wiki section of nginx.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML39.3%
  • CSS38.6%
  • Python14.6%
  • JavaScript3.7%
  • Batchfile2.9%
  • Makefile0.7%
  • Shell0.2%

[8]ページ先頭

©2009-2025 Movatter.jp