時(shí)間:2023-02-07 22:08:01 | 來(lái)源:建站知識(shí)
時(shí)間:2023-02-07 22:08:01 來(lái)源:建站知識(shí)
準(zhǔn)備:server { listen 80; #listen [::]:80; server_name bbs.test.com; index index.html index.htm index.php default.html default.htm default.php; root /home/wwwroot/bbs.test.com/; include other.conf; #error_page 404 /404.html; include enable-php.conf; location ~ .*/.(gif|jpg|jpeg|png|bmp|swf)$ { expires 30d; } location ~ .*/.(js|css)?$ { expires 12h; } location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; } } location ~ //. { deny all; } access_log /home/wwwlogs/bbs.test.com.log; }
完成之后。重啟nginx #nginx命令 start: /usr/local/nginx/sbin/nginx stop: /usr/local/nginx/sbin/nginx -s stop reload: /usr/local/nginx/sbin/nginx -s reload
4 測(cè)試: 在你二級(jí)域名文件夾。添加一個(gè)文件,訪問(wèn),就可以了。。關(guān)鍵詞:配置
客戶&案例
營(yíng)銷資訊
關(guān)于我們
客戶&案例
營(yíng)銷資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。