Month: November 2021
Fix Angular 404 on reload Nginx
Đạt Trần
- 0
To keep it short, here is the code you need to replace in /etc/nginx/conf.d/default.conf You may want to update server_name to your domain name if you are not deploying in docker. Otherwise, this config works with docker. Give it a try, you’ll see that the 404 page is gone when you refresh your site.
Read MoreIntegrate Keycloak With Spring Boot Step by Step
Đạt Trần
- 0
Need help configure keycloak with spring boot? This is what you need.
Read MoreUbuntu package management cheat sheet
Đạt Trần
- 0
Most used commands (copy directly from the man page) To remove a package To install a package List installed packages Search an installed package To remove mulitple packages using regex wildcard: For example, you want to remove all php related packages on your system, you can do like this: You’ll see messages like these: It…
Read More