mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-22 07:28:03 +00:00
Fix num
This commit is contained in:
parent
1cf6fc0e19
commit
8a89e10152
1 changed files with 3 additions and 1 deletions
|
@ -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`):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue