Skip to content
Snippets Groups Projects
Commit 06197a4b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

[Docs] Fix syntax error in nginx code block

parent 1f99c9ea
No related branches found
No related tags found
1 merge request!868Resolve "[Docs] nginx config missing in admin docs"
Pipeline #49192 passed with warnings
......@@ -164,6 +164,7 @@ 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;
}
......
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