Skip to content

Instantly share code, notes, and snippets.

@gspncr
Created October 27, 2019 18:38
Show Gist options
  • Save gspncr/86aae779fe459a6ba8864877f93729ad to your computer and use it in GitHub Desktop.
Save gspncr/86aae779fe459a6ba8864877f93729ad to your computer and use it in GitHub Desktop.
tomcat.conf for New Relic Partner Enablement
server {
listen 80;
listen[::]: 80;
server_name INSTANCE_PUBLIC_IP;
location / {
proxy_pass http: //localhost:8080/;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment