You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hosting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ This guide assumes:
8
8
* Hideout will be hosted at `/home/user/hideout-1.0.0`. Your version number may be different.
9
9
* Domain name will be `ourhideout.xyz`.
10
10
11
-
To host hideout, first download the latest release from the release page: https://github.com/techmindful/hideout/releases
11
+
To host Hideout, first download the latest release from the release page: https://github.com/techmindful/hideout/releases
12
12
13
13
Unzip it to `/home/user/hideout-1.0.0`.
14
14
15
-
We need nginx for the server. Get it here: https://nginx.org/
15
+
We need nginx for the server. Get it here: https://nginx.org/en/docs/install.html
16
16
17
17
We need to config nginx. You can skip this part if you are familiar with nginx. I'm no expert. I left nginx's default config at `/etc/nginx/nginx.conf` pretty much untouched:
0 commit comments