技术
归档于 技术 的文章
#PROXY-START/ location ~* \.(php|jsp|cgi|asp|aspx)$ { proxy_pass https://你的域名; proxy_set_header Host …
修改wp-config.php
define( 'SUBDOMAIN_INSTALL', false ); 为
define( 'SUBDOMAIN_INSTALL', 'false' );
Content-Type:application/x-www-form-urlencoded;charset=utf-8 Accept:application/json, text/plain, …