101
uTOmOuk3L6sb4MSI 2019-05-17 17:17:24 +08:00
Member 页面见上图,也是不对的,undfined???
|
102
uTOmOuk3L6sb4MSI 2019-05-17 17:22:43 +08:00
@morethansean #100
老哥,我配置了泛域名,新增的 server 配置的域名 v2er.xxxx.top 访问 get-v2ex,还是走第一个 server,怎么处理? 前端小白,只懂一点 nginx,求教,谢谢。 upstream wx { # ip_hash; # server 127.0.0.1:3006; server 127.0.0.1:8080; } server { listen 80; server_name *.xxxx.top xxxx.top; # gzip config gzip on; gzip_min_length 1k; gzip_comp_level 9; gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; gzip_vary on; gzip_disable "MSIE [1-6]\."; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forward-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-Nginx-Proxy true; # try_files $uri $uri/ /index.html; proxy_pass http://wx; proxy_redirect off; } listen 443 ssl; ssl_certificate /home/ubuntu/ssl/fullchain.cer; ssl_certificate_key /home/ubuntu/ssl/xxxx.top.key; include /etc/letsencrypt/options-ssl-nginx.conf; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; } server { listen 80; server_name v2er.xxxx.top; index static/index.html; # gzip config gzip on; gzip_min_length 1k; gzip_comp_level 9; gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; gzip_vary on; gzip_disable "MSIE [1-6]\."; # configure serverAddress in your config.js as 'https://[your_domain.com]/api' location ~ ^/api/(.*) { rewrite ^/api/(.*) /$1 break; proxy_pass http://127.0.0.1:3003; } # treat other requests as static resources location ~ ^/(.*) { rewrite ^/(.*) /static/$1 break; proxy_pass http://127.0.0.1:3003; } } |
103
Lin0936 2019-05-17 17:26:04 +08:00
|
104
uTOmOuk3L6sb4MSI 2019-05-17 17:27:42 +08:00
|
105
morethansean OP @Ixizi 但是感觉功能还是差很多啊……
|
106
moxiaonai 2019-05-17 18:57:13 +08:00 via Android
不懂 ui 的 pm 不是好 rd
|
107
kangzai50136 2019-05-17 19:03:25 +08:00 via Android
难道你就是传说中的实习两年半的……
|
108
Mexion 2019-05-17 19:03:53 +08:00 via Android
很好看 支持了
|
109
storypanda 2019-05-17 19:10:36 +08:00 via Android
楼主加个微信吧,我想找人创业
|
110
shenmegui 2019-05-17 22:23:55 +08:00
带服务器的 PWA。。。大佬牛逼大佬 666 大佬带我飞。我只能这样咸鱼三连了。
|
111
K0ala 2019-05-17 23:12:49 +08:00 via Android
会 UI 的程序员真可怕
|
112
uTOmOuk3L6sb4MSI 2019-05-17 23:20:44 +08:00
|
113
0x3f3f 2019-05-17 23:27:22 +08:00 via iPhone
为什么你们都看得到图(
|
114
wolfan 2019-05-17 23:33:48 +08:00
PWA 是好,但是 Oppo\vivo 的 ColorOS 上却无法使用……
|
115
morethansean OP @0x3f3f #113
你应该反思一下为什么你看不到 |
116
0x3f3f 2019-05-18 00:56:08 +08:00 via iPhone
@morethansean 依然看不到呀,现在微博图床大部分 403 了吧
|
117
0x3f3f 2019-05-18 00:59:16 +08:00
@morethansean 我现在用电脑就看到了……我反思
|
118
ChenXuting 2019-05-18 01:28:00 +08:00 via iPhone
@geew 你找过的,现在作者出来啦。
|
119
Trumeet 2019-05-18 07:05:38 +08:00 via Android
Adobe XD 👍
|
120
hanbing135 2019-05-18 11:23:27 +08:00 via Android
能给个直接可以用的吗
|
121
chenhonzhou 2019-05-18 15:48:46 +08:00
求 sketch 设计图 ZDF5
|
122
chenhonzhou 2019-05-18 15:48:57 +08:00
太漂亮了吧
|
123
Love4Taylor 2019-05-18 17:23:52 +08:00
PWA 内新浪图片是裂的
|
124
morethansean OP @Love4Taylor 估计是 http 的图,service worker 在 fetch 的时候直接被安全策略给 reject 了,我处理一下……正常的 https 图是没问题的,设置了 referrer 策略的,发请求时不会带 referrer.
|
125
Love4Taylor 2019-05-18 17:50:59 +08:00
@morethansean #124 看了下, 确实是 http 的.
|
126
geew 2019-05-20 09:53:29 +08:00
@ChenXuting #117 哈哈 撇了一下 太麻烦了...
|
127
Mecon 2019-05-21 10:59:36 +08:00
只画低保真的给原型跪了
|
128
tomari 2020-12-12 01:32:37 +08:00 via iPhone
图全挂了🥲
|
129
morethansean OP @tomari 估计是太久了新浪的图床挂了 😂 点进 git 就有截图
|