mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-05 03:21:42 +00:00
Generate Pelican site
This commit is contained in:
parent
c21d13df84
commit
96c6fbbdf3
@ -118,9 +118,9 @@ a WSGI application with the name <em>application</em>. Hence, wsgi:a
|
|||||||
</td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE
|
</td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE
|
||||||
THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p>
|
THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p>
|
||||||
<p>Try it with:</p>
|
<p>Try it with:</p>
|
||||||
<div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application
|
<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</td></tr></table></div>
|
||||||
<div class="section" id="uwsgi">
|
<div class="section" id="uwsgi">
|
||||||
<h2>UWSGI</h2>
|
<h2>UWSGI</h2>
|
||||||
<p>This is a very simple configuration. I will try to upload one with more
|
<p>This is a very simple configuration. I will try to upload one with more
|
||||||
|
@ -118,9 +118,9 @@ a WSGI application with the name <em>application</em>. Hence, wsgi:a
|
|||||||
</td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE
|
</td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE
|
||||||
THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p>
|
THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p>
|
||||||
<p>Try it with:</p>
|
<p>Try it with:</p>
|
||||||
<div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application
|
<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</td></tr></table></div>
|
||||||
<div class="section" id="uwsgi">
|
<div class="section" id="uwsgi">
|
||||||
<h2>UWSGI</h2>
|
<h2>UWSGI</h2>
|
||||||
<p>This is a very simple configuration. I will try to upload one with more
|
<p>This is a very simple configuration. I will try to upload one with more
|
||||||
|
@ -142,9 +142,9 @@ a WSGI application with the name <em>application</em>. Hence, wsgi:application.<
|
|||||||
</td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE
|
</td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE
|
||||||
THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p>
|
THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p>
|
||||||
<p>Try it with:</p>
|
<p>Try it with:</p>
|
||||||
<div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application
|
<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</td></tr></table></div>
|
||||||
<div class="section" id="uwsgi">
|
<div class="section" id="uwsgi">
|
||||||
<h2>UWSGI</h2>
|
<h2>UWSGI</h2>
|
||||||
<p>This is a very simple configuration. I will try to upload one with more
|
<p>This is a very simple configuration. I will try to upload one with more
|
||||||
|
Loading…
Reference in New Issue
Block a user