Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

NginxLoggerExample

A small project to demonstrate how to forward request information from Nginx to a Spring Boot application.

Detailed explanations about the project can be found here:

https://progressive-code.com/post/9/Forward-referrer-to-Spring-Boot-Application-when-using-Nginx-as-Reverse-Proxy

Build the project

mvn package

Run the project

java -jar target/starter-0.0.1-SNAPSHOT.jar

Nginx settings

Nginx settings

The related Nginx settings are described here:

https://progressive-code.com/post/9/Forward-referrer-to-Spring-Boot-Application-when-using-Nginx-as-Reverse-Proxy