Skip to content
Snippets Groups Projects
Verified Commit 1ca4e04f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docs] Add missing proxy upstream to nginx config

Thanks to Felix Schoppe!
parent 799694da
No related branches found
No related tags found
1 merge request!636[Docs] Add missing proxy upstream to nginx config
Checking pipeline status
......@@ -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