Improve grammar

This commit is contained in:
Softwarenoob 2021-05-02 15:50:05 +03:00
parent bcccd5ece6
commit 57c84774fe

View File

@ -125,7 +125,7 @@ Alternatively, you can click on the Generate Token button, copy the bash command
![](./../../.vuepress/public/wings_configuration_example.png)
::: warning
When your Panel is using SSL the Wings must also have one created for its FQDN. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.
When your Panel is using SSL, the Wings must also have one created for its FQDN. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.
:::
### Starting Wings
@ -171,8 +171,8 @@ systemctl enable --now wings
### Node Allocations
Allocation is a combination of IP and Port that can be assigned to a server. Each created server must have at least one allocation. The allocation would be the IP address of your network interface, in some cases such as when behind NAT it would be the internal IP. Go to Nodes > Your Node > Allocation
Allocation is a combination of IP and Port that you can assign to a server. Each created server must have at least one allocation. The allocation would be the IP address of your network interface. In some cases, such as when behind NAT, it would be the internal IP. Go to Nodes > Your Node > Allocation.
![](../../.vuepress/public/node_allocations.png)
Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to find all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations.
Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations.