summaryrefslogtreecommitdiff
path: root/lib/support/nginx/gitlab-pages-ssl
Commit message (Collapse)AuthorAgeFilesLines
* Fix proxy config in Gitlab Pages nginx examplesNick Thomas2017-08-081-1/+4
|
* Simplify NGINX server_name regexAchilleas Pipinellis2017-01-311-2/+2
|
* Change the pages daemon proxy listen port to 8090Achilleas Pipinellis2017-01-311-1/+1
| | | | So as to be consistent with what is set in Omnibus
* Change NGINX pages configs to account for the Pages daemonAchilleas Pipinellis2017-01-311-10/+8
|
* Fix confusing implementation detail in nginx config about how gitlab-pages ↵Kamil Trzcinski2017-01-311-4/+2
| | | | work [ci skip]
* Bring back GitLab Pages SSL configKamil Trzcinski2017-01-311-0/+81
|
* Revert "Store pages in shared/pages/fqdn/fqdn/public or ↵Kamil Trzcinski2017-01-311-80/+0
| | | | | | shared/pages/fqdn/subpath/public - makes it simpler to implement CNAMEs in future" This reverts commit 86a2a78f0d13a678899460638add6b862059433e.
* Store pages in shared/pages/fqdn/fqdn/public or ↵Kamil Trzcinski2017-01-311-0/+80
shared/pages/fqdn/subpath/public - makes it simpler to implement CNAMEs in future