Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WindowsでNginxを試しています。/cygdrive/c にあるファイルが必要です。
cygwin をインストールした場合、すべてがファイルになります。CygwinなしでNginxを使用できるかどうか疑問に思っていますか? c:\nginx のような場所にファイルを指定する方法
はい、Cygwin なしで nginx を使用できます。http://wiki.nginx.org/Install#Official_Win32_Binariesを参照してください
私はこの例を試しました:
#!C:/Perl64/bin/perl.exe $mickey = "Hi i'm Mickey"; $pluto = "Hi i'm Pluto"; print <<EOF; $pluto Hi i'm Goofy $mickey EOF pri