92
edits
mNo edit summary |
|||
| Line 370: | Line 370: | ||
nginx -q -t && service nginx reload | nginx -q -t && service nginx reload | ||
</pre> | </pre> | ||
==== g. Final Step: Applying Configuration Changes ==== | |||
To complete the setup and ensure all configurations take effect, we need to set the required variables (DNS_AUTHENTICATION, CERTBOT_EMAIL, FQDN), run the following command: | |||
<code>sudo dpkg-reconfigure <PKG_NAME></code> | |||
edits