Skip to content
Snippets Groups Projects
Commit 732c8f21 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'bugfix-2.0/docs-nginx-config-upstream' into 'release/2.0'

[release/2.0] [Docs] Add missing proxy upstream to nginx config

See merge request !637
parents 70c5db94 952d2a51
No related branches found
No related tags found
1 merge request!637[release/2.0] [Docs] Add missing proxy upstream to nginx config
Pipeline #13650 passed
......@@ -163,6 +163,9 @@ First, you should get a TLS certificate, e.g. by using `Let's Encrypt`_.
Then, create a virtual host in nginx, by editing `/etc/nginx/sites-available/aleksis.example.com`.
.. code-block:: nginx
upstream aleksis {
server unix:///run/uwsgi/app/aleksis/socket;
}
server {
listen 80;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment