Putting a Webserver (Nginx) in front of your Spring Boot Application | Spring Boot: REST Services

preview_player
Показать описание
► Java/Spring courses & guides

► Newsletter

► YouTube sub

In this episode you will learn how to easily install, setup and configure Nginx to serve as a webserver in front of your Spring Boot REST Service.
Рекомендации по теме
Комментарии
Автор

This is another gem, deeply hidden in the youtube archive. Thanks for this really helped me out!

albinsjolin
Автор

Yeah, Thank you! Thank you very very much! You really helped me! Thank you!

yertayyeras
Автор

nice video.. it would be very helpful if you add details around how do we add more than one server in this config file and how can we do this dynamically as and when we need to add a new server

rajeshg
Автор

I have a cors origin issue with tomcat nginx installed on vps server

kangnifredable
Автор

Great video, but what I'm missing here is what the advantages are of putting nginx in front of a spring boot app

AUTplyed
Автор

Hi could you please provide the configuration for websockets I have angular web socket application which uses springboot java application microservice

samanthkrishnamurthy
Автор

It is ok to have both tomcat and nginx? In my application I'm using docker compose to configure backend and nginx but since java app is running on embedded tomcat and serving with nginx, Can the app be able to handle more than 200 request in the same time?

dd.d
Автор

How to access proxy header i, e IP address

vijik
Автор

Hey, I have configured nginx successful when i made load balance with my two application servers (spring boot) when my application open the application ask for userid and password, if i give correct then also its showing me as incorrect id/password

can you suggest me where i am missing anything to be configure on nginx

vijayakumartalla
Автор

Can we use this technique to front end servers that're in private network ? Say I've a k8s private cluster where my spring boot app is hosted ...In public subnet, get some nginx server running and point the spring boot app which is on private network ...

abbi
Автор

The site-available folder is missing on my nginx configuration

donondeje
Автор

There is something I was expecting from this video. Your program is still in the Kitchen. Why put nginx in front of something not yet deployed?

raymondorenda
Автор

Hi Sir
on frontend it is index.php page
Whenever i click on login button it should redirect to 8080 Login page

If i configure port 8080
The css on port 8080 is not coming up (UI doesn't come)

tekgen
Автор

5:28 why to give server_name? I didn't get it.

satishpatro
visit shbcf.ru