configuration apache ``` <Location /geocontrib > ProxyPass http://localhost:8080/geocontrib </Location> SSLProxyEngine On <Location /api > ProxyPass https://geocontrib.dev.neogeo.fr/geocontrib/api RequestHeader set Referer https://geocontrib.dev.neogeo.fr/ </Location> ```