钟日健
2022-03-15 c62a65a836ea25f16f4eb0142ba0e672515a5480
nginx 修改稿
2 files modified
4 ■■■■ changed files
deploy/deploy.yml 2 ●●● patch | view | raw | blame | history
nginx.conf 2 ●●● patch | view | raw | blame | history
deploy/deploy.yml
@@ -25,7 +25,7 @@
        - name: aliyun  #提前在项目下配置访问阿里云的账号密码
      containers:
        # - image: $REGISTRY/$ALIYUNHUB_NAMESPACE/zhba-vue:SNAPSHOT-$BUILD_NUMBER
        - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-7
        - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-8
          imagePullPolicy: Always
          name: app
          ports:
nginx.conf
@@ -35,7 +35,7 @@
    server {
        listen       80;
        server_name  localhost;
        root   E:/nginx-1.18.0/html/dist/;
        root   /usr/share/nginx/html/dist/;
        index  index.html index.htm;
        
        location / {