絡(luò)源))
基于Web的APT SOURCE網(wǎng)絡(luò)源題目詳細(xì)1、提供當(dāng)前版本系統(tǒng)軟件的網(wǎng)絡(luò)安裝源。2、用戶通過URLhttp://81.6.63.100/uos/配置apt訪問路徑且能夠通過瀏覽器在線訪問目錄下的文件列表。作答過程? 在Web的基礎(chǔ)上添加nginx的配置文件rootispsrv:/mut/crypt/uos#cat /etc/nginx/conf.d/public.conf EOFserver{listen80;root /mut/crypt;index index.php;server_name public.chinaskills.cn;location ~\.php${include snippets/fastcgi-php.conf;fastcgi_pass unix:/run/php/php7.3-fpm.sock;}location /uos/{autoindex on;alias/mut/crypt/uos/;}}EOF