黑苹果 - 中山 - 开坑

nginx
···shell
Docroot is: /usr/local/var/www

The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that
nginx can run without sudo.

nginx will load all files in /usr/local/etc/nginx/servers/.

To have launchd start nginx now and restart at login:
brew services start nginx
Or, if you don't want/need a background service you can just run:
nginx
==> Summary
🍺 /usr/local/Cellar/nginx/1.21.0: 10 files, 2.1MB, built in 25 seconds
==> Caveats
==> nginx
Docroot is: /usr/local/var/www

The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that
nginx can run without sudo.

nginx will load all files in /usr/local/etc/nginx/servers/.

To have launchd start nginx now and restart at login:
brew services start nginx
Or, if you don't want/need a background service you can just run:
nginx

···

redis

==> Downloading https://download.redis.io/releases/redis-6.2.4.tar.gz
######################################################################## 100.0%
==> make install PREFIX=/usr/local/Cellar/redis/6.2.4 CC=clang BUILD_TLS=yes
==> Caveats
To have launchd start redis now and restart at login:
  brew services start redis
Or, if you don't want/need a background service you can just run:
  redis-server /usr/local/etc/redis.conf
==> Summary
🍺  /usr/local/Cellar/redis/6.2.4: 11 files, 1.8MB, built in 11 seconds

请先后发表评论
  • 最新评论
  • 总共0条评论