This website works better with JavaScript.
首頁
探索
說明
註冊
登入
Neca
/
HRCenter
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
1
版本發佈
0
Wiki
Activity
瀏覽代碼
Added nginx config file
pull/110/head
Safet Purkovic
3 年之前
父節點
737fb489ec
當前提交
107ea63bd4
共有
1 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
顯示文件統計
8
0
nginx.conf
+ 8
- 0
nginx.conf
查看文件
@@ -0,0 +1,8 @@
server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}
}
Write
Preview
Loading…
取消
儲存