Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
server-management
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8681245f
authored
Jun 01, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some rendering issues
1 parent
7102ef9d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
8 deletions
src/site/markdown/nginx-archiva.md
src/site/markdown/nginx-gitlab-pages.md
src/site/markdown/nginx-gitlab.md
src/site/markdown/server-overall.md
src/site/markdown/your-tools.md
src/site/markdown/nginx-archiva.md
View file @
8681245
# 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;
...
...
src/site/markdown/nginx-gitlab-pages.md
View file @
8681245
# nginx for GitLab
Only a few modifications here, for use with
[
CloudFlare
]
Origin SSL.
```
```
nginx.conf
## GitLab
##
...
...
src/site/markdown/nginx-gitlab.md
View file @
8681245
# 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.
...
...
src/site/markdown/server-overall.md
View file @
8681245
# 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.
...
...
src/site/markdown/your-tools.md
View file @
8681245
# Your Basic Tools
When using this server, the following configuration snips will be useful.
These config files should be in these default locations:
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment