代码拉取完成,页面将自动刷新
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
include /etc/nginx/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 /var/log/nginx/access.log main;
sendfile on;
#tcp_nopush on;
keepalive_timeout 65;
#gzip on;
#include /etc/nginx/conf.d/*.conf;
server{
listen 80;
server_name 10.0.122.64;
charset utf-8;
#root /home/rock/Desktop/;
#index hello.html;
#location /2048 {
# alias /home/rock/Desktop/2048/;
#}
location / {
include /etc/nginx/uwsgi_params;
uwsgi_pass localhost:8000;
# proxy_pass http://localhost:5000;
}
#location /static {
# alias /home/rock/Python1803/AXFDay/static/;
#}
#location /2048html5 {
# alias /var/www/game/2048html5/;
#}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。