Skip to content

Instantly share code, notes, and snippets.

@rodcisal
Created October 12, 2017 13:57
Show Gist options
  • Save rodcisal/c08cfaaa9e30f593bcdf82705f4cbd56 to your computer and use it in GitHub Desktop.
Save rodcisal/c08cfaaa9e30f593bcdf82705f4cbd56 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name staging.dev.psimple.co;
location / {
if ($http_user_agent ~* "googlebot|yahoo|bingbot|baiduspider|yandex|yeti|yodaobot|gigabot|ia_archiver|facebookexternalhit|twitterbot|developers\.google\.com") {
# proxy_pass http://phoenix_phoenix_1:4000;
}
}
server_tokens off;
client_max_body_size 100m;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment