Skip to content

Commit

Permalink
Update i.pximg.net proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mashirozx committed Jan 24, 2021
1 parent a892ef0 commit 20cdd42
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 106 deletions.
17 changes: 7 additions & 10 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@

#user nobody;
worker_processes 1;
worker_processes 1;

#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;

#pid logs/nginx.pid;


events {
worker_connections 1024;
worker_connections 1024;
}


http {
include mime.types;
default_type application/octet-stream;
include mime.types;
default_type application/octet-stream;

#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';

#access_log logs/access.log main;

sendfile on;
sendfile on;
#tcp_nopush on;

#keepalive_timeout 0;
keepalive_timeout 65;
keepalive_timeout 65;
client_max_body_size 100m;
server_names_hash_max_size 512;
server_names_hash_bucket_size 1024;

#gzip on;

include pixiv.conf;
}
Loading

0 comments on commit 20cdd42

Please sign in to comment.