We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add in the documentation how to integrate:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
Some notes for the future documentation:
<iframe src="https://yourwebsite.com/apps/pvpstats/"></iframe>
nginx conf
location /apps { index index.html index.php; } location /api/ { proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://node-api:3000/; }
if nestJS can't connect for
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
solution:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
Sorry, something went wrong.
Helias
No branches or pull requests
Add in the documentation how to integrate:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: