Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
web-proxy-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
shore
web-proxy-docker
Commits
e225db74
Commit
e225db74
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
nehes.co and www.nehes.co sites.
parent
354d8e5f
No related branches found
No related tags found
No related merge requests found
Pipeline
#2673
failed
3 years ago
Stage: .pre
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf.d/nehes.co.conf
+23
-0
23 additions, 0 deletions
conf.d/nehes.co.conf
conf.d/www.nehes.co.conf
+22
-0
22 additions, 0 deletions
conf.d/www.nehes.co.conf
with
45 additions
and
0 deletions
conf.d/nehes.co.conf
0 → 100644
+
23
−
0
View file @
e225db74
server
{
listen
80
;
listen
[::]:
80
;
server_name
nehes
.
co
;
include
snippets
/
robots
-
allow
-
all
.
conf
;
include
snippets
/
ads
-
txt
.
conf
;
include
snippets
/
security
-
txt
.
conf
;
include
snippets
/
www
-
acme
-
challenge
.
conf
;
include
snippets
/
redirect
-
www
.
conf
;
}
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
server_name
nehes
.
co
;
include
snippets
/
robots
-
allow
-
all
.
conf
;
include
snippets
/
ads
-
txt
.
conf
;
include
snippets
/
security
-
txt
.
conf
;
include
snippets
/
ssl
.
conf
;
include
snippets
/
nextcloud
-
well
-
known
.
conf
;
include
snippets
/
activesync
.
conf
;
include
snippets
/
redirect
-
www
.
conf
;
}
This diff is collapsed.
Click to expand it.
conf.d/www.nehes.co.conf
0 → 100644
+
22
−
0
View file @
e225db74
server
{
listen
80
;
listen
[::]:
80
;
server_name
www
.
nehes
.
co
;
include
snippets
/
robots
-
allow
-
all
.
conf
;
include
snippets
/
ads
-
txt
.
conf
;
include
snippets
/
security
-
txt
.
conf
;
include
snippets
/
www
-
acme
-
challenge
.
conf
;
include
snippets
/
redirect
-
https
.
conf
;
}
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
server_name
www
.
nehes
.
co
;
include
snippets
/
robots
-
allow
-
all
.
conf
;
include
snippets
/
ads
-
txt
.
conf
;
include
snippets
/
security
-
txt
.
conf
;
include
snippets
/
ssl
.
conf
;
root
/
var
/
www
/
www
.
nehe
.
sr
/;
error_page
404
/
404
.
html
;
}
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