Backend
API di Backoffice e Batch di spedizione
Compilazione dei Sorgenti
mvn package -PwarConfigurazione Nginx
location /govio {
proxy_set_header X-Forwarded-Host $host:80;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto http;
proxy_redirect http://govhub-backend http://$host:80;
proxy_pass http://govhub-backend;
}Dispiegamento in Tomcat
Last updated