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
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
26072dea
Commit
26072dea
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Add the WebDAV access to the library.
parent
6bd7b90f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conf.d/library.shore.co.il.conf
+29
-0
29 additions, 0 deletions
conf.d/library.shore.co.il.conf
with
29 additions
and
0 deletions
conf.d/library.shore.co.il.conf
0 → 100644
+
29
−
0
View file @
26072dea
map
$
host
$
library
{
default
transmission
-
webdav
; }
server
{
listen
80
;
listen
[::]:
80
;
server_name
library
.
shore
.
co
.
il
;
include
snippets
/
robots
-
disallow
-
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
library
.
shore
.
co
.
il
;
include
snippets
/
robots
-
disallow
-
all
.
conf
;
include
snippets
/
ads
-
txt
.
conf
;
include
snippets
/
security
-
txt
.
conf
;
include
snippets
/
ssl
.
conf
;
include
snippets
/
ldap
-
auth
.
conf
;
location
/ {
proxy_pass
http
://$
library
:
80
;
proxy_http_version
1
.
1
;
include
snippets
/
proxy
-
headers
.
conf
;
}
}
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