單項選擇題定義靜態(tài)頁面的時候,需要在nginx哪個模塊定義()

A.server
B.location
C.http
D.mail


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題expires 3d;是什么意思?()

A.expires定義用戶瀏覽器過期的時間為3天
B.expires定義用戶瀏覽器查看頁面的時間為3天
C.expires定義用戶瀏覽器url的時間為3天
D.expires定義用戶瀏覽器緩存的時間為3天

3.單項選擇題在MySQL配置文件中添加()配置項,可開啟二進制日志。

A.relay-bin
B.log-bin
C.log-in
D.變更

4.單項選擇題mysql中查詢最大值正確的是()

A.insert into student(sal)values(8000);
B.select sun(age)from students;
C.delete from student where id=3;
D.select max(age)from students;