此筆記為筆者學習建立一個Nginx整合uWSGI Server服務Docker映像檔,紀錄建立 ... #!/bin/bash nginx -g 'daemon off;' | uwsgi --ini /web/web_data/uwsgi.ini.
確定! 回上一頁