1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00

Add clarification that fosscord in /etc/nginx/sites-available/fosscord is a file.

This commit is contained in:
Madeline 2023-01-12 14:10:49 +11:00
parent d15bb0bae1
commit 46bf7aac1d
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -4,8 +4,8 @@
Generally, our community sets up Fosscord instances behind NGINX, a powerful reverse proxy.
Below is an example NGINX config. On Ubuntu, you can put this in `/etc/nginx/sites-available/fosscord`,
and enable it with `ln -s /etc/nginx/sites-available/fosscord /etc/nginx/sites-enabled/` and `systemctl restart nginx`
Below is an example NGINX config. On Ubuntu, you can put this in the `/etc/nginx/sites-available/fosscord.conf` file,
and enable it with `ln -s /etc/nginx/sites-available/fosscord.conf /etc/nginx/sites-enabled/` and `systemctl restart nginx`
!!! info