亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

docker安裝nginx

發布時間:2020-07-02 14:18:04 來源:網絡 閱讀:481 作者:素顏豬 欄目:系統運維

1.查找鏡像

docker search nginx

docker安裝nginx

2.拉取鏡像

docker pull nginx

docker安裝nginx

3.創建掛載目錄

mkdir conf

mkdir develop

ls

docker安裝nginx

4.進入conf目錄,創建nginx.conf配置文件

# gzip設置

gzip on;

gzip_vary on;


gzip_comp_level 6;

gzip_buffers 16 8k;


gzip_min_length 1000;

gzip_proxied any;

gzip_disable "msie6";

#gzip_http_version 1.0;

gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript;


server {

? ? listen? ? ? ?80;

? ? server_name? localhost;


? ? #charset koi8-r;

? ? #access_log? /var/log/nginx/host.access.log? main;


? ? #location / {

? ? ? ? #root? ?/usr/share/nginx/html;

? ? ? ? #index? index.html index.htm;

? ? ? ? # 其作用是按順序檢查文件是否存在,返回第一個找到的文件或文件夾(結尾加斜線表示為文件夾),如果所有的文件或文件夾都找不到,會進行一個內部重定向到最后一個參數。

? ? ? ? #try_files $uri /index.html;

? ? #}


? ? location / {

? ? ? ? root? ? /usr/share/nginx/html;

? ? ? ? index? ?index.html index.htm;

? ? }


? ? #error_page? 404? ? ? ? ? ? ? /404.html;


? ? # redirect server error pages to the static page /50x.html

? ? #

? ? error_page? ?500 502 503 504? /50x.html;

? ? location = /50x.html {

? ? ? ? root? ?/usr/share/nginx/html;

? ? }


? ? # proxy the PHP scripts to Apache listening on 127.0.0.1:80

? ? #

? ? #location ~ \.php$ {

? ? #? ? proxy_pass? ?http://127.0.0.1;

? ? #}


? ? # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000

? ? #

? ? #location ~ \.php$ {

? ? #? ? root? ? ? ? ? ?html;

? ? #? ? fastcgi_pass? ?127.0.0.1:9000;

? ? #? ? fastcgi_index? index.php;

? ? #? ? fastcgi_param? SCRIPT_FILENAME? /scripts$fastcgi_script_name;

? ? #? ? include? ? ? ? fastcgi_params;

? ? #}


? ? # deny access to .htaccess files, if Apache's document root

? ? # concurs with nginx's one

? ? #

? ? #location ~ /\.ht {

? ? #? ? deny? all;

? ? #}

}

5.啟動容器

docker run --name nginx -p 80:80 --privileged=true -v /usr/local/docker/nginx/conf/nginx.conf:/etc/nginx/conf.d/default.conf -v /usr/local/docker/nginx/develop/dist/:/usr/share/nginx/html/ -d nginx
docker安裝nginx

6.查看容器狀態
docker安裝nginx

7.測試


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

天峻县| 姜堰市| 连城县| 莎车县| 厦门市| 广平县| 梨树县| 玉屏| 淳化县| 汉源县| 东安县| 葫芦岛市| 尼勒克县| 马尔康县| 台州市| 陇西县| 巴彦淖尔市| 泰来县| 万州区| 阜新市| 大新县| 皋兰县| 桐庐县| 固始县| 临邑县| 广河县| 石泉县| 静宁县| 宜川县| 彭州市| 思南县| 商洛市| 盐边县| 南漳县| 胶州市| 睢宁县| 汾阳市| 萨嘎县| 全州县| 德安县| 丹寨县|