Skip to content

Instantly share code, notes, and snippets.

@karl-gustav
Created April 23, 2019 16:07
Show Gist options
  • Save karl-gustav/2535333331ae4f3409a729a1a4a8a04e to your computer and use it in GitHub Desktop.
Save karl-gustav/2535333331ae4f3409a729a1a4a8a04e to your computer and use it in GitHub Desktop.
nginx.proxy
server {
listen 80;
location / {
proxy_pass http://localhost:8080/owncloud;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment