Skip to content

Instantly share code, notes, and snippets.

@0xae
Created February 21, 2019 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xae/d4bde5480ac1bb5f78870c1a577851f7 to your computer and use it in GitHub Desktop.
Save 0xae/d4bde5480ac1bb5f78870c1a577851f7 to your computer and use it in GitHub Desktop.
# Default server configuration
server {
root /var/www/99app.xbtfinex.com/;
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;
server_name 99app.xbtfinex.com;
location / {
try_files $uri $uri/ =404;
}
}
server {
server_name 99app.xbtfinex.com;
listen 80;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment