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: about 1 year 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T05:46:05.000Z (over 1 year ago)
- Last Synced: 2025-03-13T06:29:10.285Z (over 1 year ago)
- Topics: linux, nginx, supervisor
- Language: Shell
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 0
- 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: