mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-10 04:12:32 +01:00
Add clarification that fosscord
in /etc/nginx/sites-available/fosscord
is a file.
This commit is contained in:
parent
d15bb0bae1
commit
46bf7aac1d
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Generally, our community sets up Fosscord instances behind NGINX, a powerful reverse proxy.
|
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`,
|
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 /etc/nginx/sites-enabled/` and `systemctl restart nginx`
|
and enable it with `ln -s /etc/nginx/sites-available/fosscord.conf /etc/nginx/sites-enabled/` and `systemctl restart nginx`
|
||||||
|
|
||||||
!!! info
|
!!! info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user