banner
RustyNail

RustyNail

coder. 【blog】https://rustynail.me 【nostr】wss://ts.relays.world/ wss://relays.world/nostr

給nginx添加靜態文件配置

很簡單,加個伺服器

server {
        client_max_body_size 4G;
        listen  0.0.0.0:8888;  ## listen for ipv4; this line is default and implied
        server_name localhost;
        root /static/path/;
        location /static/mapping/path {
        }
    }
載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。