Web-Nginx-Konfigurationsproblem
PHP中文网
PHP中文网 2017-05-16 17:23:28
0
1
519

Ich musste /html/* 的请求都指向 /index.html eingeben, aber die Umleitungsfunktion kann nicht verwendet werden

Wie implementiert man dies in der Konfigurationsdatei? Vielen Dank an alle

PHP中文网
PHP中文网

认证高级PHP讲师

Antworte allen(1)
淡淡烟草味

这样应该就可以了

        location /html/ {
            proxy_pass         http://127.0.0.1/index.html;
        } 

可能 127.0.0.1 根据自己的实际情况需要调整的。

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage