Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ITBH
gitbook-lrmi-example
Commits
fb141350
Commit
fb141350
authored
Nov 01, 2017
by
Andreas Böttger
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete nginx.conf
[skip-ci]
parent
12a1f495
Pipeline
#14471
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
nginx/nginx.conf
nginx/nginx.conf
+0
-15
No files found.
nginx/nginx.conf
deleted
100644 → 0
View file @
12a1f495
server
{
listen
80
default_server
;
listen
[::]:80
default_server
ipv6only=on
;
root
/usr/share/nginx/html
;
index
index.html
index.htm
;
server_name
_
;
location
/
{
try_files
$uri
$uri
/
=
404
;
auth_basic
"Restricted
Content"
;
auth_basic_user_file
/etc/nginx/htpasswd/credentials
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment