mewallkit
mewallkit
1. there was an attempt to reinstall (repair) 2. the application with the new user profile starts normally 3. tried to replace confCons.xml from conf files Conf.xml .{date}.backup without changes...
``` server { listen 443 ssl; server_name example.ru; ssl_certificate /etc/nginx/ssl/example-ru.crt;` ssl_certificate_key /etc/nginx/ssl/example-ru.key; location / { proxy_pass http://127.0.0.1:8000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } } ``` sniffing data ``` 'GET...