Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
captainwong
douban-api-proxy
Commits
d1a22e73
Commit
d1a22e73
authored
Jul 07, 2018
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Partially revert readme change
parent
b8c539d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
readme.md
readme.md
+2
-2
No files found.
readme.md
View file @
d1a22e73
...
...
@@ -133,7 +133,7 @@ http {
server {
client_max_body_size 20M;
location /calibre {
proxy_bind
http://calibre
;
proxy_bind
$server_adress
;
proxy_pass http://127.0.0.1:8083;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
...
...
@@ -143,7 +143,7 @@ http {
}
}
```
*Note: If using SSL in your reverse proxy on a non-standard port, the following proxy_redirect line may be required:*
*Note: If using SSL in your reverse proxy on a non-standard port
(e.g.12345)
, the following proxy_redirect line may be required:*
```
proxy_redirect http://$host/ https://$host:12345/;
```
...
...
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