Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
d19c215b
Commit
d19c215b
authored
Aug 28, 2015
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #537 from elwebmaster/patch-1
Update nginx-primaryonly.conf
parents
a6496949
42dd46e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nginx-primaryonly.conf
conf/nginx-primaryonly.conf
+1
-1
No files found.
conf/nginx-primaryonly.conf
View file @
d19c215b
...
...
@@ -50,7 +50,7 @@
location
~ ^/((
caldav
|
carddav
|
webdav
).*)$ {
# Z-Push doesn't like getting a redirect, and a plain rewrite didn't work either.
# Properly proxying like this seems to work fine.
proxy_pass
https
://
$
HOSTNAME
/
cloud
/
remote
.
php
/$
1
;
proxy_pass
https
://
127
.
0
.
0
.
1
/
cloud
/
remote
.
php
/$
1
;
}
rewrite
^/.
well
-
known
/
host
-
meta
/
cloud
/
public
.
php
?
service
=
host
-
meta
last
;
rewrite
^/.
well
-
known
/
host
-
meta
.
json
/
cloud
/
public
.
php
?
service
=
host
-
meta
-
json
last
;
...
...
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