mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
config: update nginx configuration templates
This commit is contained in:
parent
197d0c3f15
commit
c95cbf4f8d
@ -1,5 +1,5 @@
|
||||
## GitLab
|
||||
## Contributors: randx, yin8086, sashkab, orkoden, axilleas, bbodenmiller
|
||||
## Contributors: randx, yin8086, sashkab, orkoden, axilleas, bbodenmiller, DouweM
|
||||
##
|
||||
## Lines starting with two hashes (##) are comments with information.
|
||||
## Lines starting with one hash (#) are configuration parameters that can be uncommented.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
## GitLab
|
||||
## Contributors: randx, yin8086, sashkab, orkoden, axilleas, bbodenmiller
|
||||
## Contributors: randx, yin8086, sashkab, orkoden, axilleas, bbodenmiller, DouweM
|
||||
##
|
||||
## Modified from nginx http version
|
||||
## Modified from http://blog.phusion.nl/2012/04/21/tutorial-setting-up-gitlab-on-debian-6/
|
||||
@ -61,7 +61,7 @@ server {
|
||||
client_max_body_size {{NGINX_MAX_UPLOAD_SIZE}};
|
||||
|
||||
## Strong SSL Security
|
||||
## https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
|
||||
## https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html & https://cipherli.st/
|
||||
ssl on;
|
||||
ssl_certificate {{SSL_CERTIFICATE_PATH}};
|
||||
ssl_certificate_key {{SSL_KEY_PATH}};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user