Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazeyqian/conf
Conf provides some configurations for Linux tools, such as Nginx and Supervisor.
https://github.com/mazeyqian/conf
linux nginx supervisor
Last synced: 12 days ago
JSON representation
Conf provides some configurations for Linux tools, such as Nginx and Supervisor.
- Host: GitHub
- URL: https://github.com/mazeyqian/conf
- Owner: mazeyqian
- Created: 2017-10-19T12:19:38.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T09:41:24.000Z (5 months ago)
- Last Synced: 2024-07-15T11:37:50.850Z (5 months ago)
- Topics: linux, nginx, supervisor
- Language: Shell
- Homepage:
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conf
Conf provides some configurations for standard Linux tools, such as Nginx and Supervisor. It isn't easy to use the same modules in these tools, so the usage will depend on the fixed path in the system.
## Static File Type
All:
```text
gif;png;bmp;jpeg;jpg;html;htm;shtml;xml;json;mp3;wma;flv;mp4;wmv;ogg;avi;doc;docx;xls;xlsx;ppt;pptx;txt;pdf;zip;exe;tat;ico;css;js;swf;apk;m3u8;ts
```Images, Documents and Executables:
```text
png|jpeg|jpg|gif|ico|webp|mp3|mp4|webm|wma|bmp|swf|flv|wmv|avi|apk|m3u8|doc|docx|xls|xlsx|ppt|pptx|txt|pdf|zip|exe
```Web Assets:
```text
html|css|js|json|htm|shtml|xml|ts
```## Reference
1. Nginx Example: