forked from wallabag/wallabag
Add support for custom http port
Now you can use wallabag behind reverse proxy (i.e Squid or Varnish) without problem with urls like wallabag.example.com:8080.
This commit is contained in:
@ -24,6 +24,8 @@
|
||||
#################################################################################
|
||||
# Do not trespass unless you know what you are doing
|
||||
#################################################################################
|
||||
// Change this if http is running on nonstandard port - i.e is behind cache proxy
|
||||
@define ('HTTP_PORT', 80);
|
||||
|
||||
// Change this if not using the standart port for SSL - i.e you server is behind sslh
|
||||
@define ('SSL_PORT', 443);
|
||||
|
||||
Reference in New Issue
Block a user