Skip to content

Instantly share code, notes, and snippets.

@msfidelis
Created January 1, 2018 20:43
Show Gist options
  • Save msfidelis/196d3a5860102956bb0b52a57d96a051 to your computer and use it in GitHub Desktop.
Save msfidelis/196d3a5860102956bb0b52a57d96a051 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name localhost;
access_log /var/log/nginx/proxy-apache.log;
location / {
proxy_pass http://127.0.0.1:1234;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment