ソースを参照

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;
}
}

読み込み中…
キャンセル
保存