Skip to content

Instantly share code, notes, and snippets.

View anaxita's full-sized avatar

anaxita anaxita

View GitHub Profile
server {
server_name n-bot.anaxita.ru;
root /www/n-bot.anaxita.ru;
listen 443 ssl;
location / {
try_files $uri /index.html;
}
Докер-компоуз файл с трафиком:
```
GNU nano 6.2 /home/anaxita01/server/docker-compose.yml
version: '3.7'
services:
reverse-proxy:
image: traefik:v2.6
command: