Skip to content

Instantly share code, notes, and snippets.

@ichtrojan
Created June 23, 2020 14:34
Show Gist options
  • Save ichtrojan/f0574bde715565aea7adc1f77a546c37 to your computer and use it in GitHub Desktop.
Save ichtrojan/f0574bde715565aea7adc1f77a546c37 to your computer and use it in GitHub Desktop.
server {
server_name your_domain www.your_domain;
location / {
proxy_pass http://localhost:9990;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment