Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - dexer

Pages: [1]
1
Technical Support / Nginx 404 Error
« on: January 21, 2019, 10:26:30 am »
Nginx returns 404 when I hit the address; /market/USD_OPEN.BTC

But, it is okay if I hit /#/market/USD_OPEN.BTC

Here is my conf;

location / {
        proxy_set_header Host $host;
        proxy_set_header X-Accel-Expires 0;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }

Pages: [1]