Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hddemux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkg
hddemux
Commits
57d549eb
Commit
57d549eb
authored
6 years ago
by
dkg
Browse files
Options
Downloads
Patches
Plain Diff
testsuite: handle other nginx temp_path vars
parent
ef08e357
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite
+6
-1
6 additions, 1 deletion
testsuite
with
6 additions
and
1 deletion
testsuite
+
6
−
1
View file @
57d549eb
...
...
@@ -111,6 +111,7 @@ section "make hddemux configuration on $ip:2000"
systemd-socket-activate
-l
"
$ip
:2000"
-E
=
HTTP_TARGET
=
"
$ip
:8853"
-E
DNS_TARGET
=
"
$ip
:8853"
"
$hddemux
"
2>
"
$d
/hddemux.err"
&
section
"set up nginx on
$ip
:4433"
mkdir
-p
"
$d
/nginx"
cat
>
"
$d
/nginx.conf"
<<
EOF
error_log stderr;
worker_processes 1;
...
...
@@ -123,7 +124,11 @@ http {
default_type text/plain;
ssl_protocols TLSv1.2;
ssl_prefer_server_ciphers on;
client_body_temp_path body;
client_body_temp_path nginx/body;
fastcgi_temp_path nginx/fastcgi;
proxy_temp_path nginx/proxy;
scgi_temp_path nginx/scgi;
uwsgi_temp_path nginx/uwsgi;
server {
listen
$ip
:4433 ssl;
server_name test.example;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment