1
0
Fork 0

fix mistakes
Deploy / deploy (push) Successful in 35s Details

This commit is contained in:
Digital Studium 2023-05-12 15:00:52 +03:00
parent 636126a50a
commit 1dfe78101c
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ In order to add single or multiple new elements to the end of array, you should
sample_array+=(six seven) 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 ```shell
for i in ${sample_array[@]} for i in ${sample_array[@]}

View File

@ -31,7 +31,7 @@ server {
listen 80; listen 80;
server_name example.com www.example.com; 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 / { location / {
root /var/www/example.com; root /var/www/example.com;

View File

@ -31,7 +31,7 @@ server {
listen 80; listen 80;
server_name example.com www.example.com; 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 / { location / {
root /var/www/example.com; root /var/www/example.com;

@ -1 +1 @@
Subproject commit a5ae15fa2a35aa0a89ec890552c16df0a8d27f99 Subproject commit 1c0b4b2994e65a10c50a057d23d058d0721912f1