| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| | |
match latest config from https://cipherli.st/
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
This reverts commit c41e5f5018d059a9c57d2c19088e6c274cc60e10.
|
|\
| |
| | |
add HSTS Policy warning
|
| |
| |
| | |
Add warning about HSTS header as it means user will need to provide secure connection access to site for next 24 months from page view. See https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security for more details.
|
| |
| |
| |
| |
| |
| | |
Set's fail_timeout=0 as recommended by
http://unicorn.bogomips.org/Unicorn/Configurator.html#method-i-timeout
when Unicorn is running behind nginx.
|
|\ \
| | |
| | | |
update ssl_ciphers
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
taken from
https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html /
https://cipherli.st/
backwards compatible ciphers not needed since gitlab does not support
ie8
|
|\ \
| | |
| | | |
[Documentation] simplify HTTPS setup details
|
| |/
| |
| |
| | |
also adds comment about updating nginx files during upgrades
|
|/ |
|
|\
| |
| | |
Use a ? after the $request_uri to perform a valid Redirect while cloning...
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fixes #6203
before:
❯ curl -I http://gitlab/namespace/repo.git/info/refs?service=git-upload-pack
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 26 Jul 2014 18:20:27 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://gitlab/namespace/repo.git/info/refs?service=git-upload-pack?service=git-upload-pack
after:
❯ curl -I http://gitlab/namespace/repo.git/info/refs\?service=git-upload-pack
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 26 Jul 2014 18:23:54 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://gitlab/namespace/repo.git/info/refs?service=git-upload-pack
[ci skip]
|
|\ \
| | |
| | | |
change X-Frame-Options to SAMEORIGIN for nginx SSL config
|
| |/
| |
| | |
needed to allow sidekiq to load on background jobs tab
|
|/ |
|
|
|
|
| |
Bodenmiller.
|
| |
|
|
|