Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nachocodexx/d6d4606d79fb066370f842ecb1437832 to your computer and use it in GitHub Desktop.
Save nachocodexx/d6d4606d79fb066370f842ecb1437832 to your computer and use it in GitHub Desktop.
api.ewixi.com.conf.dev
server {
listen 80;
listen [::]:80;
server_name api.ewixi.com;
root /var/www/html;
location /graphql {
proxy_pass http://app:4000;
}
location ~ /.well-known/acme-challenge {
allow all;
root /var/www/html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment