Skip to content

Commit

Permalink
Stop proxying to sth
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jan 7, 2017
1 parent 7697add commit 34b4331
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nginx/bbc
Expand Up @@ -9,17 +9,6 @@ server {
server_name bbc.godbolt.org master.godbolt.org;
large_client_header_buffers 4 32k;

location /sth/ {
proxy_pass http://www.stairwaytohell.com/bbc/archive/;
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
proxy_redirect off;
proxy_cache sth;
proxy_cache_valid 200 1d;
proxy_set_header Host www.stairwaytohell.com;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location /beta {
autoindex on;
alias /var/www/jsbeeb-beta/out/dist;
Expand Down

0 comments on commit 34b4331

Please sign in to comment.