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
d4bf16d0
Commit
d4bf16d0
authored
Apr 06, 2017
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include access logs in the container logs and don't store on disk
parent
cec41698
Pipeline
#1680
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
nginx/site.conf
nginx/site.conf
+1
-0
No files found.
nginx/site.conf
View file @
d4bf16d0
...
...
@@ -2,6 +2,7 @@ server {
listen
80
default_server
;
resolver
172
.
16
.
0
.
10
;
set_by_lua
$
upstream_port
'return os.getenv("upstream_port")'
;
access_log
/
dev
/
stdout
;
location
/ {
proxy_pass
http
://
localhost
:${
upstream_port
};
proxy_set_header
Host
$
host
;
...
...
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