You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add domains for server blocks [as an alternative name](ssl/index.md#add-alternative-domains-to-the-certificate)
368
+
to the generated Let's Encrypt SSL certificate.
369
+
357
370
Run `gitlab-ctl reconfigure` to rewrite the NGINX configuration and restart
358
-
NGINX.
371
+
NGINX. You must reload NGINX (`gitlab-ctl hup nginx`) or restart NGINX (`gitlab-ctl restart nginx`) whenever you make changes to the custom server blocks.
359
372
360
373
This inserts the defined string into the end of the `http` block of
361
374
`/var/opt/gitlab/nginx/conf/nginx.conf`.
362
375
363
-
Consider including your custom NGINX configuration file in `/etc/gitlab/` so the custom configuration is backed up.
376
+
Custom NGINX settings inside the `/etc/gitlab/` directory are backed up to `/etc/gitlab/config_backup/`
377
+
during an upgrade and when `sudo gitlab-ctl backup-etc` is manually executed.
0 commit comments