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 17cf98b5
authored
Jun 01, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing for lexer
1 parent
738592ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/site/markdown/nginx-archiva.md
src/site/markdown/nginx-gitlab-pages.md
src/site/markdown/your-tools.md
src/site/markdown/nginx-archiva.md
View file @
17cf98b
# nginx configuration for Archiva
# nginx configuration for Archiva
Archiva only needs a basic HTTP Proxy configuration with
[
CloudFlare
]
Origin SSL.
Archiva only needs a basic HTTP Proxy configuration with
[
CloudFlare
]
Origin SSL.
```
nginx
.conf
```
nginx
server
{
server
{
listen
0.0.0.0
:
80
;
listen
0.0.0.0
:
80
;
listen
[::]:80
;
listen
[::]:80
;
...
...
src/site/markdown/nginx-gitlab-pages.md
View file @
17cf98b
# nginx for GitLab
# nginx for GitLab
Only a few modifications here, for use with
[
CloudFlare
]
Origin SSL.
Only a few modifications here, for use with
[
CloudFlare
]
Origin SSL.
```
nginx
.conf
```
nginx
## GitLab
## GitLab
##
##
...
...
src/site/markdown/your-tools.md
View file @
17cf98b
...
@@ -31,7 +31,7 @@ Host mc.felinewtih.me
...
@@ -31,7 +31,7 @@ Host mc.felinewtih.me
```
```
## Git
## Git
```
example.
git
config
```
example.config
[user]
[user]
name = My Name
name = My Name
email = someone@example.com
email = someone@example.com
...
...
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