Infrastructure/Mirrors: Difference between revisions

No edit summary
Put the certificate (the 'intermediate' download option from our Certificate Authority) in <code>/usr/local/share/certs/mirrors_lug_mtu_edu_bundle.cer</code>, and the key in <code>/usr/local/share/certs/mirrors_lug_mtu_edu.key</code>
 
then run: <code>service nginx re'''load'''</code> <!-- Note: "reload"re'''load''' and NOT "restart"re'''start''', as "restart"re'''start''' kills all existing http(s) connections, while reloadre'''load''' just applies the new settings tofor newall inboundfuture connections. It also won't kill the background daemon if the settings are not valid. -->
 
You can view the nginx configuration in <code>/usr/local/etc/nginx/nginx.conf</code> to view and change settings. This file is no longer managed by salt, and can be edited by hand.