Created
May 30, 2021 16:54
-
-
Save nachocodexx/d6d4606d79fb066370f842ecb1437832 to your computer and use it in GitHub Desktop.
api.ewixi.com.conf.dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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