fix mistakes
Deploy / deploy (push) Successful in 35s
Details
Deploy / deploy (push) Successful in 35s
Details
This commit is contained in:
parent
636126a50a
commit
1dfe78101c
|
@ -20,7 +20,7 @@ In order to add single or multiple new elements to the end of array, you should
|
|||
sample_array+=(six seven)
|
||||
```
|
||||
|
||||
In order to get elements on the list in a cycle, you should use this syntax:
|
||||
In order to get elements of the list in a cycle, you should use this syntax:
|
||||
|
||||
```shell
|
||||
for i in ${sample_array[@]}
|
||||
|
|
|
@ -31,7 +31,7 @@ server {
|
|||
listen 80;
|
||||
server_name example.com www.example.com;
|
||||
|
||||
access_log /var/log/nginx/example.com.log main;
|
||||
access_log /var/log/nginx/example.com.log;
|
||||
|
||||
location / {
|
||||
root /var/www/example.com;
|
||||
|
|
|
@ -31,7 +31,7 @@ server {
|
|||
listen 80;
|
||||
server_name example.com www.example.com;
|
||||
|
||||
access_log /var/log/nginx/example.com.log main;
|
||||
access_log /var/log/nginx/example.com.log;
|
||||
|
||||
location / {
|
||||
root /var/www/example.com;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a5ae15fa2a35aa0a89ec890552c16df0a8d27f99
|
||||
Subproject commit 1c0b4b2994e65a10c50a057d23d058d0721912f1
|
Loading…
Reference in New Issue