mirror of
https://github.com/mashirozx/Pixiv-Nginx.git
synced 2024-11-24 14:48:11 +08:00
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
access_log logs/iwara-access.gzip main gzip=4 buffer=4k;
|
|
error_log logs/iwara-error.log;
|
|
|
|
proxy_next_upstream_timeout 12;
|
|
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
proxy_set_header X-Real_IP $remote_addr;
|
|
include proxy.conf;
|
|
proxy_ssl_name $http_host;
|