1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 15:12:39 +00:00
This commit is contained in:
Mo 2022-08-25 14:43:53 +02:00
parent 1cf6fc0e19
commit 8a89e10152

View file

@ -88,7 +88,7 @@ Place these two files:
``` ```
server { server {
listen 80; listen 80;
server_name nginx0.jinext.xyz; server_name nginxN.jinext.xyz;
location / { location / {
root /volumes/website; root /volumes/website;
@ -97,6 +97,8 @@ Place these two files:
} }
``` ```
Replace `N` also in `server_name`!
1. `~/nginxN/website/index.html` (replace `N`): 1. `~/nginxN/website/index.html` (replace `N`):
``` ```