Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
e95689e0
Commit
e95689e0
authored
Mar 19, 2011
by
Wandenberg Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing default path to nginx and add ruby-debug as a dependencie
parent
3148878b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Gemfile
test/Gemfile
+8
-0
base_test_case.rb
test/base_test_case.rb
+1
-1
No files found.
test/Gemfile
View file @
e95689e0
...
@@ -3,3 +3,11 @@ source 'http://rubygems.org'
...
@@ -3,3 +3,11 @@ source 'http://rubygems.org'
gem
'POpen4'
,
'0.1.4'
gem
'POpen4'
,
'0.1.4'
gem
'em-http-request'
,
'0.2.14'
gem
'em-http-request'
,
'0.2.14'
gem
'json'
,
'1.4.3'
gem
'json'
,
'1.4.3'
platforms
:mri_18
do
gem
"ruby-debug"
end
platforms
:mri_19
do
gem
"ruby-debug19"
end
test/base_test_case.rb
View file @
e95689e0
...
@@ -30,7 +30,7 @@ module BaseTestCase
...
@@ -30,7 +30,7 @@ module BaseTestCase
end
end
def
nginx_executable
def
nginx_executable
return
ENV
[
'NGINX_EXEC'
].
nil?
?
"/usr/local/nginxpushstream/source/nginx
-0.7.67
/objs/nginx"
:
ENV
[
'NGINX_EXEC'
]
return
ENV
[
'NGINX_EXEC'
].
nil?
?
"/usr/local/nginxpushstream/source/nginx/objs/nginx"
:
ENV
[
'NGINX_EXEC'
]
end
end
def
nginx_address
def
nginx_address
...
...
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