server
{
listen 80;
server_name 94425.com *.94425.com;
index index.html index.htm index.php default.html default.htm default.php;
root /home/wwwroot/94425.com;
if ($uri ~* "/(.*)/(.*)/(.*)\.html") {
rewrite "^/(.*)/(.*)/(.*)\.html$" /$1/$2/$3.html last;
}
if ($host ~* "([^www].*)\.94425\.com") {
set $subdomain $1;
rewrite "^/(.*)$" /$subdomain/$1 last;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|ico|cur)$ {
expires 30d;
}
location ~ .*\.(js|css)?$ {
expires 7d;
}
location / {
include uwsgi_params;
uwsgi_pass 127.0.0.1:9090;
uwsgi_param UWSGI_PYHOME /usr;
uwsgi_param UWSGI_CHDIR /home/wwwroot/94425.com;
uwsgi_param UWSGI_SCRIPT app;
uwsgi_param SCRIPT_NAME /;
uwsgi_param SERVER_NAME 94425.com;
}
access_log off;
}
欢迎光临 全球主机交流论坛 (https://443502.xyz/) | Powered by Discuz! X3.4 |