diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-04-30 15:08:01 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-04-30 15:08:01 -0700 |
| commit | 03f45bb4225740f2ebe4adfd8de24f67d33ee0e3 (patch) | |
| tree | f555265c798f7d1dff25315e79eb90055f4bab74 /pb_nginx.conf | |
| parent | da8255b0ad5703837c315c082a6f69edc47754a7 (diff) | |
good
Diffstat (limited to 'pb_nginx.conf')
| -rw-r--r-- | pb_nginx.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/pb_nginx.conf b/pb_nginx.conf deleted file mode 100644 index 994f69a..0000000 --- a/pb_nginx.conf +++ /dev/null @@ -1,22 +0,0 @@ -server { - - server_name asdf.us *.asdf.us; - - access_log /var/www/asdf.us/logs/nginx.access.log; - location / { - proxy_pass http://asdf.us:8002; - client_max_body_size 2252K; - } - location /im/api { - include fastcgi_params; - fastcgi_split_path_info ^()(.*)$; - fastcgi_param PATH_INFO $document_uri; - fastcgi_param QUERY_STRING $document_uri; - fastcgi_param HTTP_X_FORWARDED_HOST "asdf.us"; - fastcgi_pass localhost:8999; - } - location /donjuan/data/ { - rewrite ^/donjuan/data/(.*) http://i.asdf.us/donjuan_data/$1 permanent; - } -} - |
