Base sync backup: 2025-11-26 22:48:01

This commit is contained in:
2025-11-26 22:48:01 +04:00
parent 093683285b
commit f6d1457429
3 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
```
sudo nano /etc/nginx/sites-available/YOURDOMAIN
```
`Добавить этот кусок в вверх сайта`
```
server {
listen 80;
listen [::]:80;
server_name kasm.stitch505.su;
return 301 https://$host$request_uri;
}
```