Skip to content

Instantly share code, notes, and snippets.

@mixcas
Created April 2, 2019 22:17
Show Gist options
  • Select an option

  • Save mixcas/916d6b32cae668fe37b491ed7fcbb7ed to your computer and use it in GitHub Desktop.

Select an option

Save mixcas/916d6b32cae668fe37b491ed7fcbb7ed to your computer and use it in GitHub Desktop.

Revisions

  1. mixcas created this gist Apr 2, 2019.
    19 changes: 19 additions & 0 deletions local.ondamx.art
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    server {
    server_name local.cms.ondamx.art;
    location / {
    proxy_pass http://local.cms.ondamx.art:3000;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    }
    }

    server {
    server_name local.ondamx.art;
    location / {
    proxy_pass http://local.ondamx.art:3000;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    }
    }