Created
February 21, 2019 14:49
-
-
Save 0xae/d4bde5480ac1bb5f78870c1a577851f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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