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
KIZ
B
BBB
config
nginx-feedback
Commits
610a4853
Commit
610a4853
authored
Jun 08, 2020
by
Georg Eisenhart
🏈
Browse files
add listen to ipv6 on port 80
parent
aadea7f2
Pipeline
#83341
passed with stage
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
config/conf.d/bbb-feedback.conf
config/conf.d/bbb-feedback.conf
+1
-0
docker-compose.yml
docker-compose.yml
+2
-1
No files found.
config/conf.d/bbb-feedback.conf
View file @
610a4853
log_format
postdata
'$remote_addr [$time_iso8601] $request_body'
;
server
{
listen
80
;
listen
[::]:
80
;
server_name
localhost
;
location
/ {
...
...
docker-compose.yml
View file @
610a4853
...
...
@@ -4,8 +4,9 @@ services:
image
:
omi-registry.e-technik.uni-ulm.de/kiz/bbb/apps/bbb-nginx
stdin_open
:
true
tty
:
true
network_mode
:
host
volumes
:
-
feedback:/var/log/nginx/
#
/var/lib/docker/bbb-logs/:/var/log/nginx
-
/var/lib/docker/bbb-logs/:/var/log/nginx
volumes_from
:
-
feedback-config:ro
labels
:
...
...
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