Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide default port in local URL behind a reverse proxy | ArthurHoaro | 2017-01-03 | 1 | -0/+13 |
| | |||||
* | Fixes #477: support multi reverse proxy with comma syntax | ArthurHoaro | 2016-02-28 | 1 | -0/+13 |
| | | | | Going through multiple reverse proxy will store multiple scheme and port in HTTP header separated by a comma. Shaarli will use the first one to generate server_url. | ||||
* | HTTP: move server URL functions to `HttpUtils.php` | VirtualTam | 2015-09-14 | 1 | -0/+135 |
Relates to #333 Modifications: - refactor server URL utility functions - do not access global `$_SERVER` variables - add test coverage - improve readability - apply coding conventions Signed-off-by: VirtualTam <virtualtam@flibidi.net> |