Vasiliy Tyubek
77d30b9a73
Issue #268 Updated Apache config for not to encode %2F double
2015-10-12 11:49:45 +03:00
Achilleas Pipinellis
2fa3ec7ab4
Add 'RequestHeader set X-Forwarded-Ssl on' in apache configs
...
https://github.com/gitlabhq/gitlabhq/issues/6119#issuecomment-131191050
2015-08-15 10:52:31 +03:00
Jérôme Tamarelle
73abde7501
(Apache) Keep slashes encoded for the API
...
> If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME
> is URL-encoded, eg. /api/v3/projects/diaspora%2Fdiaspora
> (where / is represented by %2F).
http://doc.gitlab.com/ce/api/projects.html#get-single-project
2014-06-30 15:40:28 +02:00
Konrad Mohrfeldt
90d3a173bf
add mod_headers module dependency for RequestHeader directive
2013-11-10 20:57:26 +01:00
codeling
61f39093fe
Incorporate fix for incorrect http redirect
...
Incorporates fix from https://github.com/gitlabhq/gitlabhq/issues/715 to make gitlab properly redirect to https instead of http when configured for https
2013-11-09 11:50:07 +01:00
semiosis
eeea95da07
Changed the http-https redirect rule
...
As per comments by @sag47 here:
https://github.com/gitlabhq/gitlabhq/issues/4997#issuecomment-25738169
2013-10-04 21:10:35 -04:00
semiosis
98153fb3cc
Fixing rewriterule
...
The (.*) regex didn't work with gitlab 6.1 so I switched back to using REQUEST_URI.
2013-10-03 22:29:52 -04:00
semiosis
29410935c8
Updated with suggestions from sag47
...
Made changes as per comments by @sag47
- Added ProxyPassReverse http://127.0.0.1:8080
Though I'm not sure what that's for.
- Simplified regex in rewriterule
- Put back in comments with links to external docs (nginx try)
2013-10-03 20:33:25 -04:00
semiosis
c4445b83bb
Changed port from 9292 (puma) to 8080 (unicorn)
...
Fixed port in the proxy backend address for unicorn on port 8080 instead of puma on port 9292.
2013-10-03 13:40:17 -04:00
semiosis
05acc57c33
Simplified & improved apache proxy config
...
Previously there was an unnecessary redirect before & after sign-in to http. This new configuration eliminates that leak, and is easier to read.
2013-10-03 13:27:24 -04:00
Sam Gleske
303fe32a02
SSL and non-SSL apache configurations
2013-09-25 10:42:02 -04:00