Skip to content

Instantly share code, notes, and snippets.

@nohnaimer
nohnaimer / gitlab.conf
Last active January 30, 2023 14:13
Gitlab и Registry на контейнерах + Nginx Load balancer
server {
listen 80;
server_name gitlab.example.com;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl http2;
server_name gitlab.example.com;