This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Feature: Use X-Forwarded-For host in docker version
tags/v2.0.1
winkidney
5 years ago
parent
2780e198e8
commit
ddd9f73d21
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
pinry/settings/docker.py
+ 2
- 0
pinry/settings/docker.py
View File
@@ -29,6 +29,8 @@ DATABASES = {
}
}
USE_X_FORWARDED_HOST = True
try:
from .local_settings import *
except ImportError:
Write
Preview
Loading…
Cancel
Save