Kaynağa Gözat

Use absolute path for root directory

bubble
Chunyang Wang 7 yıl önce
committed by GitHub
ebeveyn
işleme
7f0de6312e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      nginx.conf

+ 1
- 1
nginx.conf Dosyayı Görüntüle

@@ -17,7 +17,7 @@ http {
server_name localhost;

location / {
root html;
root /usr/share/nginx/html;
index index.html index.htm;
if ($request_method = 'OPTIONS') {
add_header 'Access-Control-Allow-Origin' '*';


Yükleniyor…
İptal
Kaydet