Skip to content

Instantly share code, notes, and snippets.

View nbauernfeind's full-sized avatar

Nate Bauernfeind nbauernfeind

View GitHub Profile
@nbauernfeind
nbauernfeind / deephaven.nginx.conf
Last active September 29, 2021 00:49
deephaven install files
server {
listen 1818;
listen [::]:1818;
server_name host.domain.com;
# Disable redirect that breaks when passed through envoy
absolute_redirect off;
# Redirect from / to the IDE
rewrite ^/$ /ide/ redirect;