优化k8s部署提交
parent
274ac3f155
commit
23bae9efd5
|
@ -7,13 +7,10 @@ worker_processes 1;
|
|||
#error_log logs/error.log info;
|
||||
|
||||
#pid logs/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
@ -23,7 +20,6 @@ http {
|
|||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log logs/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
|
@ -40,7 +36,6 @@ http {
|
|||
|
||||
server {
|
||||
listen 10000;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /app;
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<div class="item-price-row" v-else>
|
||||
|
||||
<!-- 批发价格 -->
|
||||
<div v-if="wholesaleNum.length">
|
||||
<div v-if="wholesaleNum && wholesaleNum.length">
|
||||
<div class="flex">
|
||||
<div class="item-price-title">
|
||||
价 格
|
||||
|
|
|
@ -7,8 +7,6 @@ worker_processes 1;
|
|||
#error_log logs/error.log info;
|
||||
|
||||
#pid logs/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
@ -23,7 +21,6 @@ http {
|
|||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log logs/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
|
@ -40,7 +37,6 @@ http {
|
|||
|
||||
server {
|
||||
listen 10003;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /app;
|
||||
|
|
|
@ -7,8 +7,6 @@ worker_processes 1;
|
|||
#error_log logs/error.log info;
|
||||
|
||||
#pid logs/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
@ -23,7 +21,6 @@ http {
|
|||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log logs/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
|
@ -40,7 +37,6 @@ http {
|
|||
|
||||
server {
|
||||
listen 10002;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /app;
|
||||
|
|
Loading…
Reference in New Issue