Commit 17cf98b5 by Jessica Hawkwell

Fixing for lexer

1 parent 738592ee
# nginx configuration for Archiva
Archiva only needs a basic HTTP Proxy configuration with [CloudFlare] Origin SSL.
```nginx.conf
```nginx
server {
listen 0.0.0.0:80;
listen [::]:80;
......
# nginx for GitLab
Only a few modifications here, for use with [CloudFlare] Origin SSL.
```nginx.conf
```nginx
## GitLab
##
......
......@@ -31,7 +31,7 @@ Host mc.felinewtih.me
```
## Git
```example.gitconfig
```example.config
[user]
name = My Name
email = [email protected]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!