Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
paas2-auth-sidecar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
paas2-auth-sidecar
Commits
132fb966
Commit
132fb966
authored
Apr 03, 2017
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to fix envsuvst output of $
parent
2c24d4a9
Pipeline
#1617
passed with stage
in 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
entrypoint.sh
entrypoint.sh
+1
-0
nginx/site.conf
nginx/site.conf
+1
-1
No files found.
entrypoint.sh
View file @
132fb966
#! /bin/sh
export
dollar
=
'$'
cat
/etc/nginx/site.conf|envsubst>/etc/nginx/sites-enabled/default
exec
"
$@
"
nginx/site.conf
View file @
132fb966
...
...
@@ -4,7 +4,7 @@ server {
location
/ {
proxy_pass
http
://
localhost
:${
upstream_port
};
set
$
$
feide_mode
'${feide_mode}'
;
set
$
{
dollar
}
feide_mode
'${feide_mode}'
;
rewrite_by_lua_file
/
usr
/
local
/
share
/
lua
/
5
.
1
/
feide
.
lua
;
}
...
...
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