+# Review this file and copy it to %(app_path)s/localsettings.py
+
ADMINS = (
('Lista IT', 'it@listy.nowoczesnapolska.org.pl'),
)
MEDIA_ROOT = '%(app_path)s/media/'
STATIC_ROOT = '%(app_path)s/static/'
-FNPDJANGO_REALIP = False
-FNPDJANGO_XACCEL = False
+
+# Those should be set to True if you are behind Nginx.
+FNPDJANGO_REALIP = True
+FNPDJANGO_XACCEL = True