Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nginx-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Dmytro Bogatov
nginx-config
Commits
87f3613c
There was a problem fetching the pipeline summary.
Verified
Commit
87f3613c
authored
Nov 23, 2017
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix.
parent
c797ac41
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
partials/proxy.erb
+0
-2
0 additions, 2 deletions
partials/proxy.erb
test.sh
+0
-7
0 additions, 7 deletions
test.sh
with
0 additions
and
9 deletions
partials/proxy.erb
+
0
−
2
View file @
87f3613c
...
...
@@ -14,8 +14,6 @@ server {
include /etc/nginx/snippets/includes.conf;
location / {
# resolver 127.0.0.1 valid=30s;
set $upstream___UPSTREAM__ __HOST__;
proxy_pass http://$upstream___UPSTREAM__;
...
...
This diff is collapsed.
Click to expand it.
test.sh
+
0
−
7
View file @
87f3613c
...
...
@@ -6,13 +6,6 @@ function setup {
source
sites.sh
# for site in "${!SITES[@]}"
# do
# echo "Generating host ${site//./-}..."
# echo "127.0.0.1 ${site//./-}" >> /etc/hosts
# done
adduser
-D
www-data
cp
-r
dist/
*
/etc/nginx
...
...
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
sign in
to comment