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

Merge branch 'bugfix/docs-nginx-config-upstream' into 'master'

[Docs] Add missing proxy upstream to nginx config

See merge request !636
parents ed7af76a 1ca4e04f
No related branches found
No related tags found
1 merge request!636[Docs] Add missing proxy upstream to nginx config
Pipeline #14598 failed
......@@ -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