Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NGINX Authenticator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ula
NGINX Authenticator
Commits
554c566d
Commit
554c566d
authored
3 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Add NGINX config snippets
parent
4c3be96d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#81769
passed
3 months ago
Stage: build
Stage: release
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/ula-nginx-authenticator.install
+3
-1
3 additions, 1 deletion
debian/ula-nginx-authenticator.install
debian/ula_auth.conf
+3
-0
3 additions, 0 deletions
debian/ula_auth.conf
debian/ula_auth.snippet
+6
-0
6 additions, 0 deletions
debian/ula_auth.snippet
with
12 additions
and
1 deletion
debian/ula-nginx-authenticator.install
+
3
−
1
View file @
554c566d
usr
/
bin
/
nginx
-
authenticator
debian
/
ula_auth
.
conf
etc
/
nginx
/
conf
.
d
debian
/
ula_auth
.
snippet
etc
/
nginx
/
snippets
This diff is collapsed.
Click to expand it.
debian/ula_auth.conf
0 → 100644
+
3
−
0
View file @
554c566d
upstream
ula_auth
{
server
unix
:/
run
/
nginx
-
authenticator
/
socket
;
}
This diff is collapsed.
Click to expand it.
debian/ula_auth.snippet
0 → 100644
+
6
−
0
View file @
554c566d
location = /__auth {
proxy_pass http://nginx_auth;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
}
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