From 91d5883885b224e6a86336344464af1d439ab994 Mon Sep 17 00:00:00 2001 From: Arsen Date: Sun, 31 May 2026 13:19:05 +0500 Subject: [PATCH] dots --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ddb8071..d56ac0e 100755 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ You can copy an example of the server file from here: `/examples/nginx/pechatalk 1. `cd /examples/nginx`
2. `sudo cp pechatalka.conf /etc/nginx/sites-avaiable/pechatalka.conf`
3. `sudo nvim /etc/nginx/sites-avaiable/pechatalka.conf`
-3.1 Customize the file according to your requirements
+3.1. Customize the file according to your requirements
4. `sudo ln -s /etc/nginx/sites-avaiable/pechatalka.conf /etc/nginx/sites-enabled/pechatalka.conf`
5. `sudo nginx -t`
-5.1 Make sure that NGINX does not throw errors, otherwise proceed to the instructions for generate a TLS/SSL certificate
+5.1. Make sure that NGINX does not throw errors, otherwise proceed to the instructions for generate a TLS/SSL certificate
6. `sudo service nginx restart`
### Add mime-type recognition for javascript modules @@ -31,14 +31,14 @@ You can copy an example of the server file from here: `/examples/nginx/pechatalk The **domain** must already be **bound** to the **IP-address** of the server by `CNAME`, `A` or `AAAA` record
3. Uncomment and reconfigure the nginx server file 4. `sudo nginx -t`
-4.1 Make sure that NGINX does not throw errors
+4.1. Make sure that NGINX does not throw errors
5. `sudo service nginx restart` ### Set up firewall rules for HTTP and HTTPS requests (for [ubuntu](https://ubuntu.com/)) 1. `sudo ufw allow "NGINX Full"`
1.1. Make sure that the port for SSH connection is open
2. `sudo ufw allow 22`
-2.1 Use your SSH port instead of 22
+2.1. Use your SSH port instead of 22
3. `sudo ufw enable` ## SystemD (or any alternative you like) @@ -46,6 +46,6 @@ You can copy an example of the systemd file from here: `/examples/systemd/arming 1. `cd examples/systemd`
2. `sudo cp pechatalka.service /etc/systemd/system/pechatalka.service && sudo chmod +x /etc/systemd/system/pechatalka.service`
3. `sudo nvim /etc/systemd/system/pechatalka.service`
-3.1 Customize the file according to your requirements
+3.1. Customize the file according to your requirements
4. `sudo systemctl daemon-reload`
3. `sudo systemctl enable pechatalka`
\ No newline at end of file