瀏覽代碼

Added nginx config file

pull/110/head
Safet Purkovic 3 年之前
父節點
當前提交
107ea63bd4
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. 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;
}
}

Loading…
取消
儲存