Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuexb/learn-nginx
Nginx 入门指南
https://github.com/xuexb/learn-nginx
cors nginx proxy rewrite
Last synced: 11 days ago
JSON representation
Nginx 入门指南
- Host: GitHub
- URL: https://github.com/xuexb/learn-nginx
- Owner: xuexb
- License: mit
- Created: 2016-06-23T14:32:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T07:04:41.000Z (over 4 years ago)
- Last Synced: 2024-10-15T20:07:50.351Z (25 days ago)
- Topics: cors, nginx, proxy, rewrite
- Language: Shell
- Homepage: https://xuexb.github.io/learn-nginx/
- Size: 1.1 MB
- Stars: 873
- Watchers: 19
- Forks: 174
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [Nginx 入门教程](https://xuexb.github.io/learn-nginx/)
[![](https://travis-ci.org/xuexb/learn-nginx.svg?branch=master)](https://github.com/xuexb/learn-nginx)
[![Netlify Status](https://api.netlify.com/api/v1/badges/891550d0-806a-4e2d-9e0d-b0c3d8afec94/deploy-status)](https://app.netlify.com/sites/learn-nginx/deploys)学习 Nginx 配置, 包括: 编译安装、反向代理、重定向、重写、缓存、跨域配置等。
## 起因
起源是我的博客,博客从 IIS 伪静态起,我就一直需要接触一些配置,后来遇到了 Nginx ,被她『美丽动人的简约』打动,至些博客开始了各种折腾之路,比如:负载均衡、反向代理、前置缓存等,我把这些操作都记录到了 GitHub ,只是闲时写点笔记,也不成体系。
直到 [VuePress](https://vuepress.vuejs.org) 这么简约的文档起步,我意识到可以重新构建下站点了,起名叫:Nginx 入门教程。
基于 VuePress 构建在 GitHub Pages 中,PR 时基于 [Netlify](https://www.netlify.com) 自动部署预览测试环境方便回归。
## 欢迎你的加入
但我的个人能力有限,水平也有限,只能大概的构建出我的思路,希望有想法的朋友提交代码,一起完善她!阅读 [贡献指南](CONTRIBUTING.md) 查看更多开发者帮助。
## LICENSE
MIT