3868a5364f
Add missing ~ (tilde) around key bindings. Remove an extra ~.
23 lines
666 B
Org Mode
23 lines
666 B
Org Mode
#+TITLE: nginx layer
|
|
|
|
#+TAGS: layer|tool
|
|
|
|
[[file:img/nginx.png]]
|
|
|
|
* Table of Contents :TOC_5_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
- [[#install][Install]]
|
|
|
|
* Description
|
|
This layer adds support for configuring [[http://nginx.org][nginx]] a powerful alternative for
|
|
the Apache web server.
|
|
|
|
** Features:
|
|
- Syntax highlighting of nginx configuration files via [[https://github.com/ajc/nginx-mode][nginx-mode]].
|
|
- Syntax-aware indentation
|
|
|
|
* Install
|
|
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
|
|
add =nginx= to the existing =dotspacemacs-configuration-layers= list in this
|
|
file.
|