Commit 8681245f by Jessica Hawkwell

Fixed some rendering issues

1 parent 7102ef9d
# nginx configuration for Archiva
Archiva only needs a basic HTTP Proxy configuration with [CloudFlare] Origin SSL.
```archiva.conf
```nginx.conf
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
## GitLab
##
......
# nginx for GitLab
Only a few modifications here, for use with [CloudFlare] Origin SSL.
```
```nginx.conf
## GitLab
##
## Lines starting with two hashes (##) are comments with information.
......
# Our Server
Unfortunately, we were not able to use [FreeBSD] for this server, due to the fact [gRPC] was specifically designed by
[Google] to not compile on FreeBSD. Yes, we are aware there is a working gRPC in ports, but that does not help build
the unbuildable rubygem.
......
# Your Basic Tools
When using this server, the following configuration snips will be useful.
These config files should be in these default locations:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!