Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
8e19771d
Commit
8e19771d
authored
Mar 14, 2018
by
Sascha Herzinger
Browse files
fixing http issue in default nginx config
parent
ff110767
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/config/nginx/conf.d/default.conf
View file @
8e19771d
...
...
@@ -54,6 +54,9 @@ server {
listen
[::]:
80
default_server
;
server_name
localhost
;
root
/
usr
/
share
/
nginx
/
html
;
index
index
.
html
;
location
@
proxy
{
proxy_set_header
Host
$
http_host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
...
...
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