Prefer company

本文列举了一系列知名的科技公司,包括爱立信、Marvell、ATI等,在信息技术领域有着重要影响的企业。


排名不分先后,哈哈~


爱立信

Marvell

ATI

AutoDesk

ESS

pixelworks

onsite

omnivision

bo

oracle

西门子

中船重工

EMC




[root@yfw ~]# cd /www/wwwroot/yfw_szrengjing_com [root@yfw yfw_szrengjing_com]# cd /www/wwwroot/yfw_szrengjing_com/wp-content/plugins/wp-im-plugin [root@yfw wp-im-plugin]# /www/server/php/74/bin/php /usr/local/bin/composer require workerman/workerman PHP Warning: putenv() has been disabled for security reasons in phar:///usr/local/bin/composer/vendor/composer/xdebug-handler/src/Process.php on line 98 Warning: putenv() has been disabled for security reasons in phar:///usr/local/bin/composer/vendor/composer/xdebug-handler/src/Process.php on line 98 PHP Warning: putenv() has been disabled for security reasons in phar:///usr/local/bin/composer/src/Composer/Util/Platform.php on line 94 No composer.json in current directory, do you want to use the one at /www/wwwroot? [Y,n]? y Always want to use the parent dir? Use "composer config --global use-parent-dir true" to change the default. In Platform.php line 94: putenv() has been disabled for security reasons require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...] [root@yfw wp-im-plugin]#
11-14
worker_processes 1; error_log /opt/company/services/nginx/logs/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include /opt/company/services/nginx/conf/mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; # 限制body大小 client_max_body_size 100m; # 开启静态资源压缩 gzip_static on; 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 /opt/company/services/nginx/logs/access.log main; upstream server { ip_hash; # gateway 地址 server 39.97.160.159:8080; } server { listen 80; server_name wl.weianyun.com; # 将所有 HTTP 请求重定向到 HTTPS return 301 https://$server_name$request_uri; # 限制外网访问内网 actuator 相关路径 location ~ ^(/[^/]*)?/actuator.*(/.*)?$ { return 403; } location / { alias /opt/company/server/Tenant-SaaS-Cloud-UI/; index index.html index.htm; try_files $uri $uri/ @router; } location @router { rewrite ^.*$ /index.html last; } location /prod-api/ { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header REMOTE-HOST $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_read_timeout 86400s; # sse 与 websocket参数 proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_buffering off; proxy_cache off; proxy_pass http://server/; } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } } } 这是我的nginx配置文件,我现在想要配置ssl证书来使http请求变为https请求,我的证书文件.key和.pem文件放在了/opt/company/services/nginx/cref这个目录下,请帮我修改配置文件
最新发布
11-28
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值