diff options
Diffstat (limited to 'untested-docs')
| -rw-r--r-- | untested-docs/gunicorn1.service | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/untested-docs/gunicorn1.service b/untested-docs/gunicorn1.service new file mode 100644 index 0000000..f0b1b60 --- /dev/null +++ b/untested-docs/gunicorn1.service | |||
| @@ -0,0 +1,71 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang='en'> | ||
| 3 | <head> | ||
| 4 | <title>gunicorn1.service - authserver - 2fa server using pkcs11 on nitrokey hsm2 and yubikey | ||
| 5 | </title> | ||
| 6 | <meta name='generator' content='cgit v1.2.3'/> | ||
| 7 | <meta name='robots' content='index, nofollow'/> | ||
| 8 | <link rel='stylesheet' type='text/css' href='/assets/cgit.css'/> | ||
| 9 | <link rel='shortcut icon' href='/favicon.ico'/> | ||
| 10 | <link rel='alternate' title='Atom feed' href='https://git.0nom.ch/authserver/atom/gunicorn1.service?h=main' type='application/atom+xml'/> | ||
| 11 | <link rel='vcs-git' href='https://git.0nom.ch/authserver' title='authserver Git repository'/> | ||
| 12 | </head> | ||
| 13 | <body> | ||
| 14 | <div id='cgit'><table id='header'> | ||
| 15 | <tr> | ||
| 16 | <td class='logo' rowspan='2'><a href='/'><img src='/assets/cgit.png' alt='cgit logo'/></a></td> | ||
| 17 | <td class='main'><a href='/'>index</a> : <a title='authserver' href='/authserver/'>authserver</a></td><td class='form'><form method='get'> | ||
| 18 | <select name='h' onchange='this.form.submit();'> | ||
| 19 | <option value='main' selected='selected'>main</option> | ||
| 20 | </select> <input type='submit' value='switch'/></form></td></tr> | ||
| 21 | <tr><td class='sub'>2fa server using pkcs11 on nitrokey hsm2 and yubikey | ||
| 22 | </td><td class='sub right'>root</td></tr></table> | ||
| 23 | <table class='tabs'><tr><td> | ||
| 24 | <a href='/authserver/'>summary</a><a href='/authserver/refs/'>refs</a><a href='/authserver/log/gunicorn1.service'>log</a><a class='active' href='/authserver/tree/gunicorn1.service'>tree</a><a href='/authserver/commit/gunicorn1.service'>commit</a><a href='/authserver/diff/gunicorn1.service'>diff</a></td><td class='form'><form class='right' method='get' action='/authserver/log/gunicorn1.service'> | ||
| 25 | <select name='qt'> | ||
| 26 | <option value='grep'>log msg</option> | ||
| 27 | <option value='author'>author</option> | ||
| 28 | <option value='committer'>committer</option> | ||
| 29 | <option value='range'>range</option> | ||
| 30 | </select> | ||
| 31 | <input class='txt' type='search' size='10' name='q' value=''/> | ||
| 32 | <input type='submit' value='search'/> | ||
| 33 | </form> | ||
| 34 | </td></tr></table> | ||
| 35 | <div class='path'>path: <a href='/authserver/tree/'>root</a>/<a href='/authserver/tree/gunicorn1.service'>gunicorn1.service</a></div><div class='content'>blob: 425c45395070686ed7654b9ccb9b677e5c1eb60d (<a href='/authserver/plain/gunicorn1.service'>plain</a>) | ||
| 36 | <table summary='blob content' class='blob'> | ||
| 37 | <tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a> | ||
| 38 | <a id='n2' href='#n2'>2</a> | ||
| 39 | <a id='n3' href='#n3'>3</a> | ||
| 40 | <a id='n4' href='#n4'>4</a> | ||
| 41 | <a id='n5' href='#n5'>5</a> | ||
| 42 | <a id='n6' href='#n6'>6</a> | ||
| 43 | <a id='n7' href='#n7'>7</a> | ||
| 44 | <a id='n8' href='#n8'>8</a> | ||
| 45 | <a id='n9' href='#n9'>9</a> | ||
| 46 | <a id='n10' href='#n10'>10</a> | ||
| 47 | <a id='n11' href='#n11'>11</a> | ||
| 48 | <a id='n12' href='#n12'>12</a> | ||
| 49 | <a id='n13' href='#n13'>13</a> | ||
| 50 | <a id='n14' href='#n14'>14</a> | ||
| 51 | </pre></td> | ||
| 52 | <td class='lines'><pre><code> | ||
| 53 | [Unit] | ||
| 54 | Description=gunicorn1 | ||
| 55 | After=network.target | ||
| 56 | |||
| 57 | [Service] | ||
| 58 | User=www-data | ||
| 59 | Group=www-data | ||
| 60 | WorkingDirectory=/var/www | ||
| 61 | ExecStart=/usr/local/bin/gunicorn --workers 3 --bind 0.0.0.0:5000 app1:app | ||
| 62 | |||
| 63 | [Install] | ||
| 64 | WantedBy=multi-user.target | ||
| 65 | |||
| 66 | </code></pre></td></tr></table> | ||
| 67 | </div> <!-- class=content --> | ||
| 68 | <div class='footer'>generated by <a href='https://git.zx2c4.com/cgit/about/'>cgit v1.2.3</a> (<a href='https://git-scm.com/'>git 2.25.1</a>) at 2024-11-12 08:12:47 +0000</div> | ||
| 69 | </div> <!-- id=cgit --> | ||
| 70 | </body> | ||
| 71 | </html> | ||
