Igor Lebedev

Results 2 issues of Igor Lebedev

The AceBase server, when installed on a remote server, created a config for nginx: `server { listen 80; listen [::]:80; location / { proxy_pass http://localhost:3000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;...