Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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: