Skip to content

Instantly share code, notes, and snippets.

@cpjolicoeur
Created August 19, 2013 14:09
Show Gist options
  • Save cpjolicoeur/6269536 to your computer and use it in GitHub Desktop.
Save cpjolicoeur/6269536 to your computer and use it in GitHub Desktop.
53,57c53,57
< client_body_temp_path __TEMP_CLIENT_PATH__;
< proxy_temp_path __TEMP_PROXY_PATH__;
< fastcgi_temp_path __TEMP_FASTCGI_PATH__;
< scgi_temp_path __TEMP_SCGI_PATH__;
< uwsgi_temp_path __TEMP_UWSGI_PATH__;
---
> client_body_temp_path /usr/local/var/run/nginx;
> proxy_temp_path /usr/local/var/run/nginx;
> fastcgi_temp_path /usr/local/var/run/nginx;
> scgi_temp_path /usr/local/var/run/nginx;
> uwsgi_temp_path /usr/local/var/run/nginx;
140c140
< lua_code_cache __SERVER_CODE_CACHE__;
---
> lua_code_cache on;
148c148
< server __MIMEDIA_API_SERVER_HOST__:__MIMEDIA_API_SERVER_PORT__;
---
> server api.dev.mimedia.com:443;
151c151,153
<
---
> upstream <grunt> {
> server localhost:3000;
> }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment