<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5489&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Restart nginx question]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5489</link>
		<description><![CDATA[The most recent posts in [SOLVED] Restart nginx question.]]></description>
		<lastBuildDate>Sat, 21 Jan 2023 23:11:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Restart nginx question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40466#p40466</link>
			<description><![CDATA[<div class="quotebox"><cite>Marjorie wrote:</cite><blockquote><div><p>Alternatively use either&#160; </p><div class="codebox"><pre><code>sudo service nginx restart</code></pre></div><p>or </p><div class="codebox"><pre><code>su - 
service nginx restart</code></pre></div><p>depending on whether you have a root password or not.</p></div></blockquote></div><p>OK, cool, I&#039;m in root but </p><div class="codebox"><pre><code>sudo service nginx restart</code></pre></div><p> ran fine.</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (dcolburn)]]></author>
			<pubDate>Sat, 21 Jan 2023 23:11:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40466#p40466</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Restart nginx question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40465#p40465</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>dcolburn wrote:</cite><blockquote><div><p><span class="bbc">nginx restart</span></p></div></blockquote></div><p>That&#039;s not what I posted <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>EDIT: the first salsa link shows the <span class="bbc">ExecReload</span> line from the systemd unit file for nginx; that command is what is run when <span class="bbc">systemctl restart nginx</span> is called.</p><p>Better to use the init script instead though, hence my suggestion in the code block.</p></div></blockquote></div><p>That&#039;s me missing a detail, again ...</p><p>I was sitting at /etc/nginx/ and missed the /init.d/ .. sigh.</p><p>All good, thanks!</p><p>Onward ...</p>]]></description>
			<author><![CDATA[dummy@example.com (dcolburn)]]></author>
			<pubDate>Sat, 21 Jan 2023 23:09:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40465#p40465</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Restart nginx question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40464#p40464</link>
			<description><![CDATA[<p>Alternatively use either&#160; </p><div class="codebox"><pre><code>sudo service nginx restart</code></pre></div><p>or </p><div class="codebox"><pre><code>su - 
service nginx restart</code></pre></div><p>depending on whether you have a root password or not.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Sat, 21 Jan 2023 23:05:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40464#p40464</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Restart nginx question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40463#p40463</link>
			<description><![CDATA[<div class="quotebox"><cite>dcolburn wrote:</cite><blockquote><div><p><span class="bbc">nginx restart</span></p></div></blockquote></div><p>That&#039;s not what I posted <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>EDIT: the first salsa link shows the <span class="bbc">ExecReload</span> line from the systemd unit file for nginx; that command is what is run when <span class="bbc">systemctl restart nginx</span> is called.</p><p>Better to use the init script instead though, hence my suggestion in the code block.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 21 Jan 2023 22:36:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40463#p40463</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Restart nginx question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40462#p40462</link>
			<description><![CDATA[<p><span class="bbc">nginx restart</span> errors </p><div class="quotebox"><blockquote><div><p>invalid option: &quot;restart&quot;</p></div></blockquote></div><p>I&#039;m not sure what to make of the salsa.debian.org pages ... do I need to edit something so that <span class="bbc">nginx -s reload</span> is the same as <span class="bbc">nginx restart</span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (dcolburn)]]></author>
			<pubDate>Sat, 21 Jan 2023 22:27:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40462#p40462</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Restart nginx question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40461#p40461</link>
			<description><![CDATA[<p>Almost:</p><p><a href="https://salsa.debian.org/nginx-team/nginx/-/blob/master/debian/nginx-common.nginx.service#L24" rel="nofollow">https://salsa.debian.org/nginx-team/ngi … ervice#L24</a></p><p>EDIT: or use</p><div class="codebox"><pre><code># /etc/init.d/nginx restart</code></pre></div><p><a href="https://salsa.debian.org/nginx-team/nginx/-/blob/master/debian/nginx-common.nginx.init#L132-L156" rel="nofollow">https://salsa.debian.org/nginx-team/ngi … #L132-L156</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 21 Jan 2023 22:13:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40461#p40461</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Restart nginx question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40460#p40460</link>
			<description><![CDATA[<p>A quick question, please?</p><p>Does <span class="bbc">nginx -s reload</span> (as root) accomplish the same thing as <span class="bbc">sudo systemctl restart nginx.service</span>, please?</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (dcolburn)]]></author>
			<pubDate>Sat, 21 Jan 2023 22:02:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40460#p40460</guid>
		</item>
	</channel>
</rss>
