You can find me at GitGud:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0:0:0 XEROX CORPORATION | |
0:0:1 XEROX CORPORATION | |
0:0:10 SYTEK INC. | |
0:0:11 NORMEREL SYSTEMES | |
0:0:12 INFORMATION TECHNOLOGY LIMITED | |
0:0:13 CAMEX | |
0:0:14 NETRONIX | |
0:0:15 DATAPOINT CORPORATION | |
0:0:16 DU PONT PIXEL SYSTEMS . | |
0:0:17 TEKELEC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user nobody nogroup; | |
worker_processes 2; | |
pid /var/run/nginx.pid; | |
http { | |
types { | |
application/javascript js; | |
application/json json; | |
application/pdf pdf; | |
application/xml xml; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location ~ ^/restapi/(v\d+(\.\d+)?)/(.+)$ { | |
set $directive "RESTful File Handle"; | |
limit_req zone=apilimit burst=10 nodelay; | |
upload_pass @rest; | |
upload_store /data/tmp/nginx_uploads 1; | |
upload_set_form_field $upload_field_name.name "$upload_file_name"; |
OlderNewer