dtauerbach / apollo

Apollo Project website
1 stars 0 forks source link

Use nginx as the only web server #46

Closed dtauerbach closed 10 years ago

dtauerbach commented 10 years ago

Right now nginx passes through to Flask's test server. If we need to use nginx anyway for testing, we might as well run the whole environment via nginx even for local testing.

TizianoPerrucci commented 10 years ago

Solved. Every request will pass trough Nginx and the one targeting the server will be proxied.

dtauerbach commented 10 years ago

Re-opening and assigning to myself until I better understand our client-side architecture. One thing: assuming you're right, then nginx.conf.example in the client directory is out of date.

dtauerbach commented 10 years ago

OK closing this now.