50 changed files with 30156 additions and 0 deletions
@ -0,0 +1 @@ |
|||||
|
pip |
||||
@ -0,0 +1,112 @@ |
|||||
|
Metadata-Version: 2.4 |
||||
|
Name: pip |
||||
|
Version: 25.2 |
||||
|
Summary: The PyPA recommended tool for installing Python packages. |
||||
|
Author-email: The pip developers <distutils-sig@python.org> |
||||
|
License-Expression: MIT |
||||
|
Project-URL: Homepage, https://pip.pypa.io/ |
||||
|
Project-URL: Documentation, https://pip.pypa.io |
||||
|
Project-URL: Source, https://github.com/pypa/pip |
||||
|
Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ |
||||
|
Classifier: Development Status :: 5 - Production/Stable |
||||
|
Classifier: Intended Audience :: Developers |
||||
|
Classifier: Topic :: Software Development :: Build Tools |
||||
|
Classifier: Programming Language :: Python |
||||
|
Classifier: Programming Language :: Python :: 3 |
||||
|
Classifier: Programming Language :: Python :: 3 :: Only |
||||
|
Classifier: Programming Language :: Python :: 3.9 |
||||
|
Classifier: Programming Language :: Python :: 3.10 |
||||
|
Classifier: Programming Language :: Python :: 3.11 |
||||
|
Classifier: Programming Language :: Python :: 3.12 |
||||
|
Classifier: Programming Language :: Python :: 3.13 |
||||
|
Classifier: Programming Language :: Python :: 3.14 |
||||
|
Classifier: Programming Language :: Python :: Implementation :: CPython |
||||
|
Classifier: Programming Language :: Python :: Implementation :: PyPy |
||||
|
Requires-Python: >=3.9 |
||||
|
Description-Content-Type: text/x-rst |
||||
|
License-File: AUTHORS.txt |
||||
|
License-File: LICENSE.txt |
||||
|
License-File: src/pip/_vendor/msgpack/COPYING |
||||
|
License-File: src/pip/_vendor/cachecontrol/LICENSE.txt |
||||
|
License-File: src/pip/_vendor/certifi/LICENSE |
||||
|
License-File: src/pip/_vendor/dependency_groups/LICENSE.txt |
||||
|
License-File: src/pip/_vendor/distlib/LICENSE.txt |
||||
|
License-File: src/pip/_vendor/distro/LICENSE |
||||
|
License-File: src/pip/_vendor/idna/LICENSE.md |
||||
|
License-File: src/pip/_vendor/packaging/LICENSE |
||||
|
License-File: src/pip/_vendor/packaging/LICENSE.APACHE |
||||
|
License-File: src/pip/_vendor/packaging/LICENSE.BSD |
||||
|
License-File: src/pip/_vendor/pkg_resources/LICENSE |
||||
|
License-File: src/pip/_vendor/platformdirs/LICENSE |
||||
|
License-File: src/pip/_vendor/pygments/LICENSE |
||||
|
License-File: src/pip/_vendor/pyproject_hooks/LICENSE |
||||
|
License-File: src/pip/_vendor/requests/LICENSE |
||||
|
License-File: src/pip/_vendor/resolvelib/LICENSE |
||||
|
License-File: src/pip/_vendor/rich/LICENSE |
||||
|
License-File: src/pip/_vendor/tomli/LICENSE |
||||
|
License-File: src/pip/_vendor/tomli/LICENSE-HEADER |
||||
|
License-File: src/pip/_vendor/tomli_w/LICENSE |
||||
|
License-File: src/pip/_vendor/truststore/LICENSE |
||||
|
License-File: src/pip/_vendor/urllib3/LICENSE.txt |
||||
|
Dynamic: license-file |
||||
|
|
||||
|
pip - The Python Package Installer |
||||
|
================================== |
||||
|
|
||||
|
.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg |
||||
|
:target: https://pypi.org/project/pip/ |
||||
|
:alt: PyPI |
||||
|
|
||||
|
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip |
||||
|
:target: https://pypi.org/project/pip |
||||
|
:alt: PyPI - Python Version |
||||
|
|
||||
|
.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest |
||||
|
:target: https://pip.pypa.io/en/latest |
||||
|
:alt: Documentation |
||||
|
|
||||
|
|pypi-version| |python-versions| |docs-badge| |
||||
|
|
||||
|
pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. |
||||
|
|
||||
|
Please take a look at our documentation for how to install and use pip: |
||||
|
|
||||
|
* `Installation`_ |
||||
|
* `Usage`_ |
||||
|
|
||||
|
We release updates regularly, with a new version every 3 months. Find more details in our documentation: |
||||
|
|
||||
|
* `Release notes`_ |
||||
|
* `Release process`_ |
||||
|
|
||||
|
If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: |
||||
|
|
||||
|
* `Issue tracking`_ |
||||
|
* `Discourse channel`_ |
||||
|
* `User IRC`_ |
||||
|
|
||||
|
If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: |
||||
|
|
||||
|
* `GitHub page`_ |
||||
|
* `Development documentation`_ |
||||
|
* `Development IRC`_ |
||||
|
|
||||
|
Code of Conduct |
||||
|
--------------- |
||||
|
|
||||
|
Everyone interacting in the pip project's codebases, issue trackers, chat |
||||
|
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. |
||||
|
|
||||
|
.. _package installer: https://packaging.python.org/guides/tool-recommendations/ |
||||
|
.. _Python Package Index: https://pypi.org |
||||
|
.. _Installation: https://pip.pypa.io/en/stable/installation/ |
||||
|
.. _Usage: https://pip.pypa.io/en/stable/ |
||||
|
.. _Release notes: https://pip.pypa.io/en/stable/news.html |
||||
|
.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ |
||||
|
.. _GitHub page: https://github.com/pypa/pip |
||||
|
.. _Development documentation: https://pip.pypa.io/en/latest/development |
||||
|
.. _Issue tracking: https://github.com/pypa/pip/issues |
||||
|
.. _Discourse channel: https://discuss.python.org/c/packaging |
||||
|
.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa |
||||
|
.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev |
||||
|
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md |
||||
@ -0,0 +1,860 @@ |
|||||
|
../../Scripts/pip.exe,sha256=-RNfs9nPv_Ta95G6hMy8btqjIzHVvRgi85iSHtQAFng,108391 |
||||
|
../../Scripts/pip3.13.exe,sha256=-RNfs9nPv_Ta95G6hMy8btqjIzHVvRgi85iSHtQAFng,108391 |
||||
|
../../Scripts/pip3.exe,sha256=-RNfs9nPv_Ta95G6hMy8btqjIzHVvRgi85iSHtQAFng,108391 |
||||
|
pip-25.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 |
||||
|
pip-25.2.dist-info/METADATA,sha256=l6OtFNcf2JFKOPJK9bMaH5-usFrqZqSvQNl51tetIp8,4744 |
||||
|
pip-25.2.dist-info/RECORD,, |
||||
|
pip-25.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip-25.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 |
||||
|
pip-25.2.dist-info/entry_points.txt,sha256=eeIjuzfnfR2PrhbjnbzFU6MnSS70kZLxwaHHq6M-bD0,87 |
||||
|
pip-25.2.dist-info/licenses/AUTHORS.txt,sha256=ioEfMGkkizcTcIPdvjh-kYymO1E9I9dvzHjLUlKS5m8,11385 |
||||
|
pip-25.2.dist-info/licenses/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt,sha256=hu7uh74qQ_P_H1ZJb0UfaSQ5JvAl_tuwM2ZsMExMFhs,558 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt,sha256=GrNuPipLqGMWJThPh-ngkdsfrtA0xbIzJbMjmr8sxSU,1099 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt,sha256=gI4QyKarjesUn_mz-xn0R6gICUYG1xKpylf-rTVSWZ0,14531 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE,sha256=y16Ofl9KOYjhBjwULGDcLfdWBfTEZRXnduOspt-XbhQ,11325 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md,sha256=pZ8LDvNjWHQQmkRhykT_enDVBpboFHZ7-vch1Mmw2w8,1541 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING,sha256=SS3tuoXaWHL3jmCRvNH-pHTWYNNay03ulkuKqz8AdCc,614 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE,sha256=KeD9YukphQ6G6yjD_czwzv30-pSHkBHP-z0NS-1tTbY,1089 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE,sha256=qdZvHVJt8C4p3Oc0NtNOVuhjL0bCdbvf_HBWnogvnxc,1331 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE,sha256=GyKwSbUmfW38I6Z79KhNjsBLn9-xpR02DkK0NCyLQVQ,1081 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE,sha256=84j9OMrRMRLB3A9mm76A5_hFQe26-3LzAw0sp2QsPJ0,751 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE,sha256=3u18F6QxgVgZCj6iOcyHmlpQJxzruYrnAl9I--WNyhU,1056 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE-HEADER,sha256=l86TMJBaFy3ehw7gNh2Jvrlbo70PRUV5aqkajAGkNTE,121 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE,sha256=M757fo-k_Rmxdg4ajtimaL2rhSyRtpLdQUJLy3Jan8o,1086 |
||||
|
pip-25.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt,sha256=w3vxhuJ8-dvpYZ5V7f486nswCRzrPaY8fay-Dm13kHs,1115 |
||||
|
pip-25.2.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 |
||||
|
pip/__init__.py,sha256=_lgs5Mfp0t7AGtI7sTVwxKWquz_vahWWH9kKO1cJusA,353 |
||||
|
pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 |
||||
|
pip/__pip-runner__.py,sha256=JOoEZTwrtv7jRaXBkgSQKAE04yNyfFmGHxqpHiGHvL0,1450 |
||||
|
pip/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/__pycache__/__main__.cpython-313.pyc,, |
||||
|
pip/__pycache__/__pip-runner__.cpython-313.pyc,, |
||||
|
pip/_internal/__init__.py,sha256=S7i9Dn9aSZS0MG-2Wrve3dV9TImPzvQn5jjhp9t_uf0,511 |
||||
|
pip/_internal/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/build_env.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/cache.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/configuration.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/exceptions.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/main.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/pyproject.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/self_outdated_check.cpython-313.pyc,, |
||||
|
pip/_internal/__pycache__/wheel_builder.cpython-313.pyc,, |
||||
|
pip/_internal/build_env.py,sha256=5_-O5G0QtCeFKHAezqAz0IZ5_O7qCYZ-Bxddu9idpYs,11566 |
||||
|
pip/_internal/cache.py,sha256=rWXvsuFY7GgPERhiNp3yZHFGKdvDvkZRn2n4mXn8lAg,10364 |
||||
|
pip/_internal/cli/__init__.py,sha256=Iqg_tKA771XuMO1P4t_sDHnSKPzkUb9D0DqunAmw_ko,131 |
||||
|
pip/_internal/cli/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/autocompletion.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/base_command.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/cmdoptions.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/command_context.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/index_command.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/main.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/main_parser.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/parser.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/progress_bars.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/req_command.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/spinners.cpython-313.pyc,, |
||||
|
pip/_internal/cli/__pycache__/status_codes.cpython-313.pyc,, |
||||
|
pip/_internal/cli/autocompletion.py,sha256=ZG2cM03nlcNrs-WG_SFTW46isx9s2Go5lUD_8-iv70o,7193 |
||||
|
pip/_internal/cli/base_command.py,sha256=1Nx919JRFlgURLis9XYJwtbyEEjRJa_NdHwM6iBkZvY,8716 |
||||
|
pip/_internal/cli/cmdoptions.py,sha256=99bW3xpXJ8Mr59OGbG7d7vN7CGPLPwi1nTmE3eMc8lE,32032 |
||||
|
pip/_internal/cli/command_context.py,sha256=kmu3EWZbfBega1oDamnGJTA_UaejhIQNuMj2CVmMXu0,817 |
||||
|
pip/_internal/cli/index_command.py,sha256=AHk6eSqboaxTXbG3v9mBrVd0dCK1MtW4w3PVudnj0WE,5717 |
||||
|
pip/_internal/cli/main.py,sha256=K9PtpRdg6uBrVKk8S2VZ14fAN0kP-cnA1o-FtJCN_OQ,2815 |
||||
|
pip/_internal/cli/main_parser.py,sha256=UugPD-hF1WtNQdow_WWduDLUH1DvElpc7EeUWjUkcNo,4329 |
||||
|
pip/_internal/cli/parser.py,sha256=sAOebBa5_0rRAlmBy8myMPFHQZb-bbCH1xpIJDaXaLs,10928 |
||||
|
pip/_internal/cli/progress_bars.py,sha256=nRTWNof-FjHfvirvECXIh7T7eAynTUVPTyHENfpbWiU,4668 |
||||
|
pip/_internal/cli/req_command.py,sha256=pXT_jAwcmO9PjJ1-Pl1VevBgr5pnxHsyPZUBzAfqQg8,13081 |
||||
|
pip/_internal/cli/spinners.py,sha256=EJzZIZNyUtJljp3-WjcsyIrqxW-HUsfWzhuW84n_Tqw,7362 |
||||
|
pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 |
||||
|
pip/_internal/commands/__init__.py,sha256=aNeCbQurGWihfhQq7BqaLXHqWDQ0i3I04OS7kxK6plQ,4026 |
||||
|
pip/_internal/commands/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/cache.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/check.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/completion.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/configuration.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/debug.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/download.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/freeze.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/hash.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/help.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/index.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/inspect.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/install.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/list.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/lock.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/search.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/show.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/uninstall.cpython-313.pyc,, |
||||
|
pip/_internal/commands/__pycache__/wheel.cpython-313.pyc,, |
||||
|
pip/_internal/commands/cache.py,sha256=OrrLS6EJEha_55yPa9fTaOaonw-VpH4_lVhjxuOTChQ,8230 |
||||
|
pip/_internal/commands/check.py,sha256=hVFBQezQ3zj4EydoWbFQj_afPUppMt7r9JPAlY22U6Y,2244 |
||||
|
pip/_internal/commands/completion.py,sha256=MDwhTOBjlM4WEbOhgbhrWnlDm710i4FMjop3RBXXXCc,4530 |
||||
|
pip/_internal/commands/configuration.py,sha256=6gNOGrVWnOLU15zUnAiNuOMhf76RRIZvCdVD0degPRk,10105 |
||||
|
pip/_internal/commands/debug.py,sha256=_8IqM8Fx1_lY2STu_qspr63tufF7zyFJCyYAXtxz0N4,6805 |
||||
|
pip/_internal/commands/download.py,sha256=GGBSxhORV0mrad8STgORfvjRGh1qS2plvpXFNbxgcps,5249 |
||||
|
pip/_internal/commands/freeze.py,sha256=fxoW8AAc-bAqB_fXdNq2VnZ3JfWkFMg-bR6LcdDVO7A,3099 |
||||
|
pip/_internal/commands/hash.py,sha256=GO9pRN3wXC2kQaovK57TaLYBMc3IltOH92O6QEw6YE0,1679 |
||||
|
pip/_internal/commands/help.py,sha256=Bz3LcjNQXkz4Cu__pL4CZ86o4-HNLZj1NZWdlJhjuu0,1108 |
||||
|
pip/_internal/commands/index.py,sha256=8GMBVI5NvhRRHBSUq27YxDIE02DpvdJ_6qiBFgGd1co,5243 |
||||
|
pip/_internal/commands/inspect.py,sha256=ogm4UT7LRo8bIQcWUS1IiA25QdD4VHLa7JaPAodDttM,3177 |
||||
|
pip/_internal/commands/install.py,sha256=AIO-Um49e3GqMOk2SmHCt45A0W0-YhKXcpr5okjHh80,30080 |
||||
|
pip/_internal/commands/list.py,sha256=I4ZH604E5gpcROxEXA7eyaNEFhXx3VFVqvpscz_Ps_A,13514 |
||||
|
pip/_internal/commands/lock.py,sha256=SxXGnU2EH-TG-fs9fuZHAuMOH15Lzy1K7e_KJ4vtSr0,5917 |
||||
|
pip/_internal/commands/search.py,sha256=zbMsX_YASj6kXA6XIBgTDv0bGK51xG-CV3IynZJcE-c,5782 |
||||
|
pip/_internal/commands/show.py,sha256=oLVJIfKWmDKm0SsQGEi3pozNiqrXjTras_fbBSYKpBA,8066 |
||||
|
pip/_internal/commands/uninstall.py,sha256=CsOihqvb6ZA6O67L70oXeoLHeOfNzMM88H9g-9aocgw,3868 |
||||
|
pip/_internal/commands/wheel.py,sha256=vcNgnhxwilocRQJEBdWQvJ8qvO0RfWmz9LwrUBadvYE,6322 |
||||
|
pip/_internal/configuration.py,sha256=BomQ3pC84J6zCXDQpND_OmFY7mubE9cMBZVohNUzMvY,14587 |
||||
|
pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 |
||||
|
pip/_internal/distributions/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/distributions/__pycache__/base.cpython-313.pyc,, |
||||
|
pip/_internal/distributions/__pycache__/installed.cpython-313.pyc,, |
||||
|
pip/_internal/distributions/__pycache__/sdist.cpython-313.pyc,, |
||||
|
pip/_internal/distributions/__pycache__/wheel.cpython-313.pyc,, |
||||
|
pip/_internal/distributions/base.py,sha256=l-OTCAIs25lsapejA6IYpPZxSM5-BET4sdZDkql8jiY,1830 |
||||
|
pip/_internal/distributions/installed.py,sha256=kgIEE_1NzjZxLBSC-v5s64uOFZlVEt3aPrjTtL6x2XY,929 |
||||
|
pip/_internal/distributions/sdist.py,sha256=gYgrzI0lstHJRKweOdL_m6LtqDxtfuo_yCL9HjmH-xw,6952 |
||||
|
pip/_internal/distributions/wheel.py,sha256=_HbG0OehF8dwj4UX-xV__tXLwgPus9OjMEf2NTRqBbE,1364 |
||||
|
pip/_internal/exceptions.py,sha256=bRTEn6Jlw-vxHjixtiu0K79jXJu0X5FVC0L62Bdb0KI,28974 |
||||
|
pip/_internal/index/__init__.py,sha256=tzwMH_fhQeubwMqHdSivasg1cRgTSbNg2CiMVnzMmyU,29 |
||||
|
pip/_internal/index/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/index/__pycache__/collector.cpython-313.pyc,, |
||||
|
pip/_internal/index/__pycache__/package_finder.cpython-313.pyc,, |
||||
|
pip/_internal/index/__pycache__/sources.cpython-313.pyc,, |
||||
|
pip/_internal/index/collector.py,sha256=PCB3thVWRiSBowGtpv1elIPFc-GvEqhZiNgZD7b0vBc,16185 |
||||
|
pip/_internal/index/package_finder.py,sha256=Kd2FmWJFAcEg2Sy2pTGQX8WPFC8B9U_3b1VK7i8sx9o,38827 |
||||
|
pip/_internal/index/sources.py,sha256=nXJkOjhLy-O2FsrKU9RIqCOqgY2PsoKWybtZjjRgqU0,8639 |
||||
|
pip/_internal/locations/__init__.py,sha256=2SADX0Gr9BIpx19AO7Feq89nOmBQGEbl1IWjBpnaE9E,14185 |
||||
|
pip/_internal/locations/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/locations/__pycache__/_distutils.cpython-313.pyc,, |
||||
|
pip/_internal/locations/__pycache__/_sysconfig.cpython-313.pyc,, |
||||
|
pip/_internal/locations/__pycache__/base.cpython-313.pyc,, |
||||
|
pip/_internal/locations/_distutils.py,sha256=jpFj4V00rD9IR3vA9TqrGkwcdNVFc58LsChZavge9JY,5975 |
||||
|
pip/_internal/locations/_sysconfig.py,sha256=NhcEi1_25w9cTTcH4RyOjD4UHW6Ijks0uKy1PL1_j_8,7716 |
||||
|
pip/_internal/locations/base.py,sha256=AImjYJWxOtDkc0KKc6Y4Gz677cg91caMA4L94B9FZEg,2550 |
||||
|
pip/_internal/main.py,sha256=1cHqjsfFCrMFf3B5twzocxTJUdHMLoXUpy5lJoFqUi8,338 |
||||
|
pip/_internal/metadata/__init__.py,sha256=a19B00IsX25khBt8oWWy6_kKgjCM4zeh-FqYteCOFwA,5714 |
||||
|
pip/_internal/metadata/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/__pycache__/_json.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/__pycache__/base.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/__pycache__/pkg_resources.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/_json.py,sha256=hNvnMHOXLAyNlzirWhPL9Nx2CvCqa1iRma6Osq1YfV8,2711 |
||||
|
pip/_internal/metadata/base.py,sha256=BGuMenlcQT8i7j9iclrfdC3vSwgvhr8gjn955cCy16s,25420 |
||||
|
pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 |
||||
|
pip/_internal/metadata/importlib/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/importlib/__pycache__/_compat.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/importlib/__pycache__/_dists.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/importlib/__pycache__/_envs.cpython-313.pyc,, |
||||
|
pip/_internal/metadata/importlib/_compat.py,sha256=sneVh4_6WxQZK4ljdl3ylVuP-q0ttSqbgl9mWt0HnOg,2804 |
||||
|
pip/_internal/metadata/importlib/_dists.py,sha256=aOUgCX_AtA8B-lWLu-HfXA-ivMJWNxHPAohVcpQj2g4,8259 |
||||
|
pip/_internal/metadata/importlib/_envs.py,sha256=H3qVLXVh4LWvrPvu_ekXf3dfbtwnlhNJQP2pxXpccfU,5333 |
||||
|
pip/_internal/metadata/pkg_resources.py,sha256=NO76ZrfR2-LKJTyaXrmQoGhmJMArALvacrlZHViSDT8,10544 |
||||
|
pip/_internal/models/__init__.py,sha256=AjmCEBxX_MH9f_jVjIGNCFJKYCYeSEe18yyvNx4uRKQ,62 |
||||
|
pip/_internal/models/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/candidate.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/direct_url.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/format_control.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/index.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/installation_report.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/link.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/pylock.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/scheme.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/search_scope.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/selection_prefs.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/target_python.cpython-313.pyc,, |
||||
|
pip/_internal/models/__pycache__/wheel.cpython-313.pyc,, |
||||
|
pip/_internal/models/candidate.py,sha256=zzgFRuw_kWPjKpGw7LC0ZUMD2CQ2EberUIYs8izjdCA,753 |
||||
|
pip/_internal/models/direct_url.py,sha256=4NMWacu_QzPPWREC1te7v6Wfv-2HkI4tvSJF-CBgLh4,6555 |
||||
|
pip/_internal/models/format_control.py,sha256=PwemYG1L27BM0f1KP61rm24wShENFyxqlD1TWu34alc,2471 |
||||
|
pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 |
||||
|
pip/_internal/models/installation_report.py,sha256=cqfWJ93ThCxjcacqSWryOCD2XtIn1CZrgzZxAv5FQZ0,2839 |
||||
|
pip/_internal/models/link.py,sha256=h4lI8MaDA7DTIxIJ_NgDE64EE4h1sX3AB23Y1Qu8W-k,21793 |
||||
|
pip/_internal/models/pylock.py,sha256=Vmaa71gOSV0ZYzRgWiIm4KwVbClaahMcuvKCkP_ZznA,6211 |
||||
|
pip/_internal/models/scheme.py,sha256=PakmHJM3e8OOWSZFtfz1Az7f1meONJnkGuQxFlt3wBE,575 |
||||
|
pip/_internal/models/search_scope.py,sha256=1hxU2IVsAaLZVjp0CbzJbYaYzCxv72_Qbg3JL0qhXo0,4507 |
||||
|
pip/_internal/models/selection_prefs.py,sha256=lgYyo4W8lb22wsYx2ElBBB0cvSNlBVgucwBzL43dfzE,2016 |
||||
|
pip/_internal/models/target_python.py,sha256=I0eFS-eia3kwhrOvgsphFZtNAB2IwXZ9Sr9fp6IjBP4,4243 |
||||
|
pip/_internal/models/wheel.py,sha256=xWO0K-YanSL3OfMZUN1gHlEUV0YJOVYMQ4wrwmA9Zis,5526 |
||||
|
pip/_internal/network/__init__.py,sha256=FMy06P__y6jMjUc8z3ZcQdKF-pmZ2zM14_vBeHPGhUI,49 |
||||
|
pip/_internal/network/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/network/__pycache__/auth.cpython-313.pyc,, |
||||
|
pip/_internal/network/__pycache__/cache.cpython-313.pyc,, |
||||
|
pip/_internal/network/__pycache__/download.cpython-313.pyc,, |
||||
|
pip/_internal/network/__pycache__/lazy_wheel.cpython-313.pyc,, |
||||
|
pip/_internal/network/__pycache__/session.cpython-313.pyc,, |
||||
|
pip/_internal/network/__pycache__/utils.cpython-313.pyc,, |
||||
|
pip/_internal/network/__pycache__/xmlrpc.cpython-313.pyc,, |
||||
|
pip/_internal/network/auth.py,sha256=uAwRGAYnVtgNSZm4HMC3BMACkgA7ku4m8wupiX6LpK8,20681 |
||||
|
pip/_internal/network/cache.py,sha256=u5LtQbnCzMU6vFT0eUUcYe6iKiwALMqrn1jUZj4CqaY,5302 |
||||
|
pip/_internal/network/download.py,sha256=HgsFvTkPDdgg0zUehose_J-542-9R0FpyipRw5BhxAM,12682 |
||||
|
pip/_internal/network/lazy_wheel.py,sha256=5H7_s-_AK6br1K5NFcyUsiocK9E6vwrJY5kzwjMv0EM,7651 |
||||
|
pip/_internal/network/session.py,sha256=eE-VUIJGU9YeeaVy7tVAvMRWigMsyuAMpxkjlbptbjo,19188 |
||||
|
pip/_internal/network/utils.py,sha256=ACsXd1msqNCidHVXsu7LHUSr8NgaypcOKQ4KG-Z_wJM,4091 |
||||
|
pip/_internal/network/xmlrpc.py,sha256=_-Rnk3vOff8uF9hAGmT6SLALflY1gMBcbGwS12fb_Y4,1830 |
||||
|
pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_internal/operations/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/operations/__pycache__/check.cpython-313.pyc,, |
||||
|
pip/_internal/operations/__pycache__/freeze.cpython-313.pyc,, |
||||
|
pip/_internal/operations/__pycache__/prepare.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_internal/operations/build/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__pycache__/build_tracker.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__pycache__/metadata.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__pycache__/metadata_editable.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__pycache__/wheel.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__pycache__/wheel_editable.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-313.pyc,, |
||||
|
pip/_internal/operations/build/build_tracker.py,sha256=W3b5cmkMWPaE6QIwfzsTayJo7-OlxFHWDxfPuax1KcE,4771 |
||||
|
pip/_internal/operations/build/metadata.py,sha256=INHaeiRfOiLYCXApfDNRo9Cw2xI4VwTc0KItvfdfOjk,1421 |
||||
|
pip/_internal/operations/build/metadata_editable.py,sha256=oWudMsnjy4loO_Jy7g4N9nxsnaEX_iDlVRgCy7pu1rs,1509 |
||||
|
pip/_internal/operations/build/metadata_legacy.py,sha256=wv8cFA0wTqF62Jlm9QwloYZsofOyQ7sWBBmvCcVvn1k,2189 |
||||
|
pip/_internal/operations/build/wheel.py,sha256=toBJE5atKJGsSckY5ztVAQpRss25f049f-nJaiJsiD8,1080 |
||||
|
pip/_internal/operations/build/wheel_editable.py,sha256=Djx7hZqhejgYUcdQD5p4mn7AVFN3VQ7bOSs7b90TtOI,1422 |
||||
|
pip/_internal/operations/build/wheel_legacy.py,sha256=LaHpG4_s6415iLjuTb6seO3JIJ7097yQUIthcmpqaOY,3616 |
||||
|
pip/_internal/operations/check.py,sha256=yC2XWth6iehGGE_fj7XRJLjVKBsTIG3ZoWRkFi3rOwc,5894 |
||||
|
pip/_internal/operations/freeze.py,sha256=PDdY-y_ZtZZJLAKcaWPIGRKAGW7DXR48f0aMRU0j7BA,9854 |
||||
|
pip/_internal/operations/install/__init__.py,sha256=ak-UETcQPKlFZaWoYKWu5QVXbpFBvg0sXc3i0O4vSYY,50 |
||||
|
pip/_internal/operations/install/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/operations/install/__pycache__/editable_legacy.cpython-313.pyc,, |
||||
|
pip/_internal/operations/install/__pycache__/wheel.cpython-313.pyc,, |
||||
|
pip/_internal/operations/install/editable_legacy.py,sha256=zS6Hm-9SHcrVuA_9Irc9Qc8CIoFLDMZiSvi5rizZe34,1311 |
||||
|
pip/_internal/operations/install/wheel.py,sha256=8aepxxAFmnzZFtcMCv-1I4T_maEkQd4hXZztYWE4yR0,27956 |
||||
|
pip/_internal/operations/prepare.py,sha256=gdbQUAjxLqqz8P2KFem2OEJ_6V3aTuozQkiBLfCCVAU,28613 |
||||
|
pip/_internal/pyproject.py,sha256=T72qz0buaY0s-mgrXLUU1sONf4Rk97dJu0qpniBCGU8,7233 |
||||
|
pip/_internal/req/__init__.py,sha256=vM0bWAl3By5ALRIXWmKdkMca18KQfbGXVJZm3Igpwmg,3122 |
||||
|
pip/_internal/req/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/req/__pycache__/constructors.cpython-313.pyc,, |
||||
|
pip/_internal/req/__pycache__/req_dependency_group.cpython-313.pyc,, |
||||
|
pip/_internal/req/__pycache__/req_file.cpython-313.pyc,, |
||||
|
pip/_internal/req/__pycache__/req_install.cpython-313.pyc,, |
||||
|
pip/_internal/req/__pycache__/req_set.cpython-313.pyc,, |
||||
|
pip/_internal/req/__pycache__/req_uninstall.cpython-313.pyc,, |
||||
|
pip/_internal/req/constructors.py,sha256=QlLjBIg5xPxyQx_hGGB7Fz527ruAXC6nbVMoGfXzNnM,18320 |
||||
|
pip/_internal/req/req_dependency_group.py,sha256=0yEQCUaO5Bza66Y3D5o9JRf0qII5QgCRugn1x5aRivA,2618 |
||||
|
pip/_internal/req/req_file.py,sha256=j_1PcBDO0aKb8pjjRMsZQrwts5YNrKsrHjPyV56XoHo,20161 |
||||
|
pip/_internal/req/req_install.py,sha256=N4LxV9LHimgle5zEkNFk9WSfi51KXvK9y73mvYl9uig,35718 |
||||
|
pip/_internal/req/req_set.py,sha256=awkqIXnYA4Prmsj0Qb3zhqdbYUmXd-1o0P-KZ3mvRQs,2828 |
||||
|
pip/_internal/req/req_uninstall.py,sha256=dCmOHt-9RaJBq921L4tMH3PmIBDetGplnbjRKXmGt00,24099 |
||||
|
pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_internal/resolution/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/__pycache__/base.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/base.py,sha256=RIsqSP79olPdOgtPKW-oOQ364ICVopehA6RfGkRfe2s,577 |
||||
|
pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_internal/resolution/legacy/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/legacy/__pycache__/resolver.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/legacy/resolver.py,sha256=bwUqE66etz2bcPabqxed18-iyqqb-kx3Er2aT6GeUJY,24060 |
||||
|
pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/base.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-313.pyc,, |
||||
|
pip/_internal/resolution/resolvelib/base.py,sha256=_AoP0ZWlaSct8CRDn2ol3CbNn4zDtnh_0zQGjXASDKI,5047 |
||||
|
pip/_internal/resolution/resolvelib/candidates.py,sha256=dblosDcMumdT075Y8D1yXiJrWF_wDgIGe_8hUQIneTw,20208 |
||||
|
pip/_internal/resolution/resolvelib/factory.py,sha256=XdCpLq59oVIHMMekc2cgD7imcVD00_ioTnu9_k3iq3E,32577 |
||||
|
pip/_internal/resolution/resolvelib/found_candidates.py,sha256=8bZYDCZLXSdLHy_s1o5f4r15HmKvqFUhzBUQOF21Lr4,6018 |
||||
|
pip/_internal/resolution/resolvelib/provider.py,sha256=1TJC2o7F02aTMaoqa0Ayz45PrE-pQ5XshgGUmweESkk,11144 |
||||
|
pip/_internal/resolution/resolvelib/reporter.py,sha256=atiTh1bnKc-KfG841nRw3dk0WbOhr_L8luJHcY0JoSs,3270 |
||||
|
pip/_internal/resolution/resolvelib/requirements.py,sha256=z0gXmWfo03ynOnhF8kpj5SycgroerDhQV0VWzmAKAfg,8076 |
||||
|
pip/_internal/resolution/resolvelib/resolver.py,sha256=f0fmYzB9G4wWxssfj4qerDi_F_8vjAaYPbGLb7N7tQw,13617 |
||||
|
pip/_internal/self_outdated_check.py,sha256=wfikZmcGVIrnepL413-0rnQ3jeOA0unOKPle0Ovwoho,8326 |
||||
|
pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_internal/utils/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/_jaraco_text.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/_log.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/appdirs.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/compat.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/compatibility_tags.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/datetime.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/deprecation.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/direct_url_helpers.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/egg_link.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/entrypoints.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/filesystem.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/filetypes.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/glibc.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/hashes.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/logging.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/misc.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/packaging.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/retry.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/setuptools_build.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/subprocess.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/temp_dir.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/unpacking.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/urls.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/virtualenv.cpython-313.pyc,, |
||||
|
pip/_internal/utils/__pycache__/wheel.cpython-313.pyc,, |
||||
|
pip/_internal/utils/_jaraco_text.py,sha256=M15uUPIh5NpP1tdUGBxRau6q1ZAEtI8-XyLEETscFfE,3350 |
||||
|
pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 |
||||
|
pip/_internal/utils/appdirs.py,sha256=LrzDPZMKVh0rubtCx9vu3XlZbLCSug6VSj4Qsvt66BA,1681 |
||||
|
pip/_internal/utils/compat.py,sha256=C9LHXJAKkwAH8Hn3nPkz9EYK3rqPBeO_IXkOG2zzsdQ,2514 |
||||
|
pip/_internal/utils/compatibility_tags.py,sha256=DiNSLqpuruXUamGQwOJ2WZByDGLTGaXi9O-Xf8fOi34,6630 |
||||
|
pip/_internal/utils/datetime.py,sha256=Gt29Ml4ToPSM88j54iu43WKtrU9A-moP4QmMiiqzedU,241 |
||||
|
pip/_internal/utils/deprecation.py,sha256=HVhvyO5qiRFcG88PhZlp_87qdKQNwPTUIIHWtsTR2yI,3696 |
||||
|
pip/_internal/utils/direct_url_helpers.py,sha256=ttKv4GMUqlRwPPog9_CUopy6SDgoxVILzeBJzgfn2tg,3200 |
||||
|
pip/_internal/utils/egg_link.py,sha256=YWfsrbmfcrfWgqQYy6OuIjsyb9IfL1q_2v4zsms1WjI,2459 |
||||
|
pip/_internal/utils/entrypoints.py,sha256=uPjAyShKObdotjQjJUzprQ6r3xQvDIZwUYfHHqZ7Dok,3324 |
||||
|
pip/_internal/utils/filesystem.py,sha256=du4lOOlTOBq22V5kf0yXMydo1KU2Cs-cMtYs3bEk13c,4988 |
||||
|
pip/_internal/utils/filetypes.py,sha256=sEMa38qaqjvx1Zid3OCAUja31BOBU-USuSMPBvU3yjo,689 |
||||
|
pip/_internal/utils/glibc.py,sha256=sEh8RJJLYSdRvTqAO4THVPPA-YSDVLD4SI9So-bxX1U,3726 |
||||
|
pip/_internal/utils/hashes.py,sha256=d32UI1en8nyqZzdZQvxUVdfeBoe4ADWx7HtrIM4-XQ4,4998 |
||||
|
pip/_internal/utils/logging.py,sha256=RtRe7Vp0COC4UBewYdfKicXjCTmHXpDZHdReTzJvB78,12108 |
||||
|
pip/_internal/utils/misc.py,sha256=1jEpqjfqYmQ6K3D4_O8xXSPn8aEfH2uMOlNM7KPvSrg,23374 |
||||
|
pip/_internal/utils/packaging.py,sha256=s5tpUmFumwV0H9JSTzryrIY4JwQM8paGt7Sm7eNwt2Y,1601 |
||||
|
pip/_internal/utils/retry.py,sha256=83wReEB2rcntMZ5VLd7ascaYSjn_kLdlQCqxILxWkPM,1461 |
||||
|
pip/_internal/utils/setuptools_build.py,sha256=0RK4K07qpaBgnYm50_f5d5VdedYPk1fl9QNKaOa60XM,4499 |
||||
|
pip/_internal/utils/subprocess.py,sha256=r4-Ba_Yc3uZXQpi0K4pZFsCT_QqdSvtF3XJ-204QWaA,8983 |
||||
|
pip/_internal/utils/temp_dir.py,sha256=D9c8D7WOProOO8GGDqpBeVSj10NGFmunG0o2TodjjIU,9307 |
||||
|
pip/_internal/utils/unpacking.py,sha256=4tY2D-sbtBt2Lcws98Em3MPAPdHnXSBXnpSU0LoGUZQ,11939 |
||||
|
pip/_internal/utils/urls.py,sha256=aF_eg9ul5d8bMCxfSSSxQcfs-OpJdbStYqZHoy2K1RE,1601 |
||||
|
pip/_internal/utils/virtualenv.py,sha256=mX-UPyw1MPxhwUxKhbqWWX70J6PHXAJjVVrRnG0h9mc,3455 |
||||
|
pip/_internal/utils/wheel.py,sha256=YdRuj6MicG-Q9Mg03FbUv1WTLam6Lc7AgijY4voVyis,4468 |
||||
|
pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 |
||||
|
pip/_internal/vcs/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_internal/vcs/__pycache__/bazaar.cpython-313.pyc,, |
||||
|
pip/_internal/vcs/__pycache__/git.cpython-313.pyc,, |
||||
|
pip/_internal/vcs/__pycache__/mercurial.cpython-313.pyc,, |
||||
|
pip/_internal/vcs/__pycache__/subversion.cpython-313.pyc,, |
||||
|
pip/_internal/vcs/__pycache__/versioncontrol.cpython-313.pyc,, |
||||
|
pip/_internal/vcs/bazaar.py,sha256=3W1eHjkYx2vc6boeb2NBh4I_rlGAXM-vrzfNhLm1Rxg,3734 |
||||
|
pip/_internal/vcs/git.py,sha256=TTeqDuzS-_BFSNuUStVWmE2nGDpKuvUhBBJk_CCQXV0,19144 |
||||
|
pip/_internal/vcs/mercurial.py,sha256=w1ZJWLKqNP1onEjkfjlwBVnMqPZNSIER8ayjQcnTq4w,5575 |
||||
|
pip/_internal/vcs/subversion.py,sha256=uUgdPvxmvEB8Qwtjr0Hc0XgFjbiNi5cbvI4vARLOJXo,11787 |
||||
|
pip/_internal/vcs/versioncontrol.py,sha256=d-v1mcLxofg2FaIqBrV-e-ZcjOgQhS0oxXpki1v1yXs,22502 |
||||
|
pip/_internal/wheel_builder.py,sha256=PDF2w6pxeec5skP3gLIrR_VrJrAO4pHRpUnkNbJ8R5Q,11225 |
||||
|
pip/_vendor/__init__.py,sha256=WzusPTGWIMeQQWSVJ0h2rafGkVTa9WKJ2HT-2-EoZrU,4907 |
||||
|
pip/_vendor/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__init__.py,sha256=BF2n5OeQz1QW2xSey2LxfNCtwbjnTadXdIH2toqJecg,677 |
||||
|
pip/_vendor/cachecontrol/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/adapter.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/cache.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/controller.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/serialize.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 |
||||
|
pip/_vendor/cachecontrol/adapter.py,sha256=8y6rTPXOzVHmDKCW5CR9sivLVuDv-cpdGcZYdRWNaPw,6599 |
||||
|
pip/_vendor/cachecontrol/cache.py,sha256=OXwv7Fn2AwnKNiahJHnjtvaKLndvVLv_-zO-ltlV9qI,1953 |
||||
|
pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 |
||||
|
pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-313.pyc,, |
||||
|
pip/_vendor/cachecontrol/caches/file_cache.py,sha256=d8upFmy_zwaCmlbWEVBlLXFddt8Zw8c5SFpxeOZsdfw,4117 |
||||
|
pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 |
||||
|
pip/_vendor/cachecontrol/controller.py,sha256=cx0Hl8xLZgUuXuy78Gih9AYjCtqurmYjVJxyA4yWt7w,19101 |
||||
|
pip/_vendor/cachecontrol/filewrapper.py,sha256=2ktXNPE0KqnyzF24aOsKCA58HQq1xeC6l2g6_zwjghc,4291 |
||||
|
pip/_vendor/cachecontrol/heuristics.py,sha256=gqMXU8w0gQuEQiSdu3Yg-0vd9kW7nrWKbLca75rheGE,4881 |
||||
|
pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/cachecontrol/serialize.py,sha256=HQd2IllQ05HzPkVLMXTF2uX5mjEQjDBkxCqUJUODpZk,5163 |
||||
|
pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 |
||||
|
pip/_vendor/certifi/__init__.py,sha256=dvNDUdAXp-hzoYcf09PXzLmHIlPfypaBQPFp5esDXyo,94 |
||||
|
pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 |
||||
|
pip/_vendor/certifi/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/certifi/__pycache__/__main__.cpython-313.pyc,, |
||||
|
pip/_vendor/certifi/__pycache__/core.cpython-313.pyc,, |
||||
|
pip/_vendor/certifi/cacert.pem,sha256=lm3cYJxEv9SoAx4Atc3NiT1D92d965vcID6H39f_93o,290057 |
||||
|
pip/_vendor/certifi/core.py,sha256=gu_ECVI1m3Rq0ytpsNE61hgQGcKaOAt9Rs9G8KsTCOI,3442 |
||||
|
pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/dependency_groups/__init__.py,sha256=C3OFu0NGwDzQ4LOmmSOFPsRSvkbBn-mdd4j_5YqJw-s,250 |
||||
|
pip/_vendor/dependency_groups/__main__.py,sha256=UNTM7P5mfVtT7wDi9kOTXWgV3fu3e8bTrt1Qp1jvjKo,1709 |
||||
|
pip/_vendor/dependency_groups/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/dependency_groups/__pycache__/__main__.cpython-313.pyc,, |
||||
|
pip/_vendor/dependency_groups/__pycache__/_implementation.cpython-313.pyc,, |
||||
|
pip/_vendor/dependency_groups/__pycache__/_lint_dependency_groups.cpython-313.pyc,, |
||||
|
pip/_vendor/dependency_groups/__pycache__/_pip_wrapper.cpython-313.pyc,, |
||||
|
pip/_vendor/dependency_groups/__pycache__/_toml_compat.cpython-313.pyc,, |
||||
|
pip/_vendor/dependency_groups/_implementation.py,sha256=Gqb2DlQELRakeHlKf6QtQSW0M-bcEomxHw4JsvID1ls,8041 |
||||
|
pip/_vendor/dependency_groups/_lint_dependency_groups.py,sha256=yp-DDqKXtbkDTNa0ifa-FmOA8ra24lPZEXftW-R5AuI,1710 |
||||
|
pip/_vendor/dependency_groups/_pip_wrapper.py,sha256=nuVW_w_ntVxpE26ELEvngMY0N04sFLsijXRyZZROFG8,1865 |
||||
|
pip/_vendor/dependency_groups/_toml_compat.py,sha256=BHnXnFacm3DeolsA35GjI6qkDApvua-1F20kv3BfZWE,285 |
||||
|
pip/_vendor/dependency_groups/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/distlib/__init__.py,sha256=Deo3uo98aUyIfdKJNqofeSEFWwDzrV2QeGLXLsgq0Ag,625 |
||||
|
pip/_vendor/distlib/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/distlib/__pycache__/compat.cpython-313.pyc,, |
||||
|
pip/_vendor/distlib/__pycache__/resources.cpython-313.pyc,, |
||||
|
pip/_vendor/distlib/__pycache__/scripts.cpython-313.pyc,, |
||||
|
pip/_vendor/distlib/__pycache__/util.cpython-313.pyc,, |
||||
|
pip/_vendor/distlib/compat.py,sha256=2jRSjRI4o-vlXeTK2BCGIUhkc6e9ZGhSsacRM5oseTw,41467 |
||||
|
pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 |
||||
|
pip/_vendor/distlib/scripts.py,sha256=Qvp76E9Jc3IgyYubnpqI9fS7eseGOe4FjpeVKqKt9Iw,18612 |
||||
|
pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 |
||||
|
pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 |
||||
|
pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 |
||||
|
pip/_vendor/distlib/util.py,sha256=vMPGvsS4j9hF6Y9k3Tyom1aaHLb0rFmZAEyzeAdel9w,66682 |
||||
|
pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 |
||||
|
pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 |
||||
|
pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 |
||||
|
pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 |
||||
|
pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 |
||||
|
pip/_vendor/distro/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/distro/__pycache__/__main__.cpython-313.pyc,, |
||||
|
pip/_vendor/distro/__pycache__/distro.cpython-313.pyc,, |
||||
|
pip/_vendor/distro/distro.py,sha256=XqbefacAhDT4zr_trnbA15eY8vdK4GTghgmvUGrEM_4,49430 |
||||
|
pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 |
||||
|
pip/_vendor/idna/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/__pycache__/codec.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/__pycache__/compat.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/__pycache__/core.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/__pycache__/idnadata.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/__pycache__/intranges.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/__pycache__/package_data.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/__pycache__/uts46data.cpython-313.pyc,, |
||||
|
pip/_vendor/idna/codec.py,sha256=PEew3ItwzjW4hymbasnty2N2OXvNcgHB-JjrBuxHPYY,3422 |
||||
|
pip/_vendor/idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 |
||||
|
pip/_vendor/idna/core.py,sha256=YJYyAMnwiQEPjVC4-Fqu_p4CJ6yKKuDGmppBNQNQpFs,13239 |
||||
|
pip/_vendor/idna/idnadata.py,sha256=W30GcIGvtOWYwAjZj4ZjuouUutC6ffgNuyjJy7fZ-lo,78306 |
||||
|
pip/_vendor/idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 |
||||
|
pip/_vendor/idna/package_data.py,sha256=q59S3OXsc5VI8j6vSD0sGBMyk6zZ4vWFREE88yCJYKs,21 |
||||
|
pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/idna/uts46data.py,sha256=rt90K9J40gUSwppDPCrhjgi5AA6pWM65dEGRSf6rIhM,239289 |
||||
|
pip/_vendor/msgpack/__init__.py,sha256=q2T5PRsITVpeytgS0WiSqok9IY8V_aFiC8VVlXTCTgA,1109 |
||||
|
pip/_vendor/msgpack/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/msgpack/__pycache__/exceptions.cpython-313.pyc,, |
||||
|
pip/_vendor/msgpack/__pycache__/ext.cpython-313.pyc,, |
||||
|
pip/_vendor/msgpack/__pycache__/fallback.cpython-313.pyc,, |
||||
|
pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 |
||||
|
pip/_vendor/msgpack/ext.py,sha256=kteJv03n9tYzd5oo3xYopVTo4vRaAxonBQQJhXohZZo,5726 |
||||
|
pip/_vendor/msgpack/fallback.py,sha256=0g1Pzp0vtmBEmJ5w9F3s_-JMVURP8RS4G1cc5TRaAsI,32390 |
||||
|
pip/_vendor/packaging/__init__.py,sha256=_0cDiPVf2S-bNfVmZguxxzmrIYWlyASxpqph4qsJWUc,494 |
||||
|
pip/_vendor/packaging/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/_elffile.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/_manylinux.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/_musllinux.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/_parser.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/_structures.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/_tokenizer.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/markers.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/metadata.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/requirements.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/specifiers.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/tags.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/utils.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/__pycache__/version.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/_elffile.py,sha256=UkrbDtW7aeq3qqoAfU16ojyHZ1xsTvGke_WqMTKAKd0,3286 |
||||
|
pip/_vendor/packaging/_manylinux.py,sha256=t4y_-dTOcfr36gLY-ztiOpxxJFGO2ikC11HgfysGxiM,9596 |
||||
|
pip/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 |
||||
|
pip/_vendor/packaging/_parser.py,sha256=gYfnj0pRHflVc4RHZit13KNTyN9iiVcU2RUCGi22BwM,10221 |
||||
|
pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 |
||||
|
pip/_vendor/packaging/_tokenizer.py,sha256=OYzt7qKxylOAJ-q0XyK1qAycyPRYLfMPdGQKRXkZWyI,5310 |
||||
|
pip/_vendor/packaging/licenses/__init__.py,sha256=3bx-gryo4sRv5LsrwApouy65VIs3u6irSORJzALkrzU,5727 |
||||
|
pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-313.pyc,, |
||||
|
pip/_vendor/packaging/licenses/_spdx.py,sha256=oAm1ztPFwlsmCKe7lAAsv_OIOfS1cWDu9bNBkeu-2ns,48398 |
||||
|
pip/_vendor/packaging/markers.py,sha256=P0we27jm1xUzgGMJxBjtUFCIWeBxTsMeJTOJ6chZmAY,12049 |
||||
|
pip/_vendor/packaging/metadata.py,sha256=8IZErqQQnNm53dZZuYq4FGU4_dpyinMeH1QFBIWIkfE,34739 |
||||
|
pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 |
||||
|
pip/_vendor/packaging/specifiers.py,sha256=yc9D_MycJEmwUpZvcs1OZL9HfiNFmyw0RZaeHRNHkPw,40079 |
||||
|
pip/_vendor/packaging/tags.py,sha256=41s97W9Zatrq2Ed7Rc3qeBDaHe8pKKvYq2mGjwahfXk,22745 |
||||
|
pip/_vendor/packaging/utils.py,sha256=0F3Hh9OFuRgrhTgGZUl5K22Fv1YP2tZl1z_2gO6kJiA,5050 |
||||
|
pip/_vendor/packaging/version.py,sha256=oiHqzTUv_p12hpjgsLDVcaF5hT7pDaSOViUNMD4GTW0,16688 |
||||
|
pip/_vendor/pkg_resources/__init__.py,sha256=vbTJ0_ruUgGxQjlEqsruFmiNPVyh2t9q-zyTDT053xI,124451 |
||||
|
pip/_vendor/pkg_resources/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__init__.py,sha256=UfeSHWl8AeTtbOBOoHAxK4dODOWkZtfy-m_i7cWdJ8c,22344 |
||||
|
pip/_vendor/platformdirs/__main__.py,sha256=jBJ8zb7Mpx5ebcqF83xrpO94MaeCpNGHVf9cvDN2JLg,1505 |
||||
|
pip/_vendor/platformdirs/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__pycache__/__main__.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__pycache__/android.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__pycache__/api.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__pycache__/macos.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__pycache__/unix.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__pycache__/version.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/__pycache__/windows.cpython-313.pyc,, |
||||
|
pip/_vendor/platformdirs/android.py,sha256=r0DshVBf-RO1jXJGX8C4Til7F1XWt-bkdWMgmvEiaYg,9013 |
||||
|
pip/_vendor/platformdirs/api.py,sha256=U9EzI3EYxcXWUCtIGRllqrcN99i2LSY1mq2-GtsUwEQ,9277 |
||||
|
pip/_vendor/platformdirs/macos.py,sha256=UlbyFZ8Rzu3xndCqQEHrfsYTeHwYdFap1Ioz-yxveT4,6154 |
||||
|
pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/platformdirs/unix.py,sha256=WZmkUA--L3JNRGmz32s35YfoD3ica6xKIPdCV_HhLcs,10458 |
||||
|
pip/_vendor/platformdirs/version.py,sha256=ddN3EcUPfer7CbqmyFNmg03R3u-qDn32T_fLsx25-Ck,511 |
||||
|
pip/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125 |
||||
|
pip/_vendor/pygments/__init__.py,sha256=8uNqJCCwXqbEx5aSsBr0FykUQOBDKBihO5mPqiw1aqo,2983 |
||||
|
pip/_vendor/pygments/__main__.py,sha256=WrndpSe6i1ckX_SQ1KaxD9CTKGzD0EuCOFxcbwFpoLU,353 |
||||
|
pip/_vendor/pygments/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/__main__.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/console.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/filter.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/formatter.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/lexer.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/modeline.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/plugin.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/regexopt.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/scanner.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/sphinxext.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/style.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/token.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/unistring.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/__pycache__/util.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/console.py,sha256=AagDWqwea2yBWf10KC9ptBgMpMjxKp8yABAmh-NQOVk,1718 |
||||
|
pip/_vendor/pygments/filter.py,sha256=YLtpTnZiu07nY3oK9nfR6E9Y1FBHhP5PX8gvkJWcfag,1910 |
||||
|
pip/_vendor/pygments/filters/__init__.py,sha256=4U4jtA0X3iP83uQnB9-TI-HDSw8E8y8zMYHa0UjbbaI,40392 |
||||
|
pip/_vendor/pygments/filters/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/formatter.py,sha256=KZQMmyo_xkOIkQG8g66LYEkBh1bx7a0HyGCBcvhI9Ew,4390 |
||||
|
pip/_vendor/pygments/formatters/__init__.py,sha256=KTwBmnXlaopJhQDOemVHYHskiDghuq-08YtP6xPNJPg,5385 |
||||
|
pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 |
||||
|
pip/_vendor/pygments/lexer.py,sha256=_kBrOJ_NT5Tl0IVM0rA9c8eysP6_yrlGzEQI0eVYB-A,35349 |
||||
|
pip/_vendor/pygments/lexers/__init__.py,sha256=wbIME35GH7bI1B9rNPJFqWT-ij_RApZDYPUlZycaLzA,12115 |
||||
|
pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/lexers/__pycache__/python.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/lexers/_mapping.py,sha256=l4tCXM8e9aPC2BD6sjIr0deT-J-z5tHgCwL-p1fS0PE,77602 |
||||
|
pip/_vendor/pygments/lexers/python.py,sha256=vxjn1cOHclIKJKxoyiBsQTY65GHbkZtZRuKQ2AVCKaw,53853 |
||||
|
pip/_vendor/pygments/modeline.py,sha256=K5eSkR8GS1r5OkXXTHOcV0aM_6xpk9eWNEIAW-OOJ2g,1005 |
||||
|
pip/_vendor/pygments/plugin.py,sha256=tPx0rJCTIZ9ioRgLNYG4pifCbAwTRUZddvLw-NfAk2w,1891 |
||||
|
pip/_vendor/pygments/regexopt.py,sha256=wXaP9Gjp_hKAdnICqoDkRxAOQJSc4v3X6mcxx3z-TNs,3072 |
||||
|
pip/_vendor/pygments/scanner.py,sha256=nNcETRR1tRuiTaHmHSTTECVYFPcLf6mDZu1e4u91A9E,3092 |
||||
|
pip/_vendor/pygments/sphinxext.py,sha256=5x7Zh9YlU6ISJ31dMwduiaanb5dWZnKg3MyEQsseNnQ,7981 |
||||
|
pip/_vendor/pygments/style.py,sha256=PlOZqlsnTVd58RGy50vkA2cXQ_lP5bF5EGMEBTno6DA,6420 |
||||
|
pip/_vendor/pygments/styles/__init__.py,sha256=x9ebctfyvCAFpMTlMJ5YxwcNYBzjgq6zJaKkNm78r4M,2042 |
||||
|
pip/_vendor/pygments/styles/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-313.pyc,, |
||||
|
pip/_vendor/pygments/styles/_mapping.py,sha256=6lovFUE29tz6EsV3XYY4hgozJ7q1JL7cfO3UOlgnS8w,3312 |
||||
|
pip/_vendor/pygments/token.py,sha256=WbdWGhYm_Vosb0DDxW9lHNPgITXfWTsQmHt6cy9RbcM,6226 |
||||
|
pip/_vendor/pygments/unistring.py,sha256=al-_rBemRuGvinsrM6atNsHTmJ6DUbw24q2O2Ru1cBc,63208 |
||||
|
pip/_vendor/pygments/util.py,sha256=oRtSpiAo5jM9ulntkvVbgXUdiAW57jnuYGB7t9fYuhc,10031 |
||||
|
pip/_vendor/pyproject_hooks/__init__.py,sha256=cPB_a9LXz5xvsRbX1o2qyAdjLatZJdQ_Lc5McNX-X7Y,691 |
||||
|
pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-313.pyc,, |
||||
|
pip/_vendor/pyproject_hooks/_impl.py,sha256=jY-raxnmyRyB57ruAitrJRUzEexuAhGTpgMygqx67Z4,14936 |
||||
|
pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=MJNPpfIxcO-FghxpBbxkG1rFiQf6HOUbV4U5mq0HFns,557 |
||||
|
pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-313.pyc,, |
||||
|
pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=qcXMhmx__MIJq10gGHW3mA4Tl8dy8YzHMccwnNoKlw0,12216 |
||||
|
pip/_vendor/pyproject_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/requests/__init__.py,sha256=HlB_HzhrzGtfD_aaYUwUh1zWXLZ75_YCLyit75d0Vz8,5057 |
||||
|
pip/_vendor/requests/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/__version__.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/_internal_utils.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/adapters.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/api.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/auth.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/certs.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/compat.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/cookies.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/exceptions.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/help.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/hooks.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/models.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/packages.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/sessions.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/status_codes.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/structures.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__pycache__/utils.cpython-313.pyc,, |
||||
|
pip/_vendor/requests/__version__.py,sha256=FDq681Y3EvBjdDp5UqplMZ28uTTYlM_Jib0sAV-NpXc,435 |
||||
|
pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 |
||||
|
pip/_vendor/requests/adapters.py,sha256=J7VeVxKBvawbtlX2DERVo05J9BXTcWYLMHNd1Baa-bk,27607 |
||||
|
pip/_vendor/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 |
||||
|
pip/_vendor/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186 |
||||
|
pip/_vendor/requests/certs.py,sha256=kHDlkK_beuHXeMPc5jta2wgl8gdKeUWt5f2nTDVrvt8,441 |
||||
|
pip/_vendor/requests/compat.py,sha256=QfbmdTFiZzjSHMXiMrd4joCRU6RabtQ9zIcPoVaHIus,1822 |
||||
|
pip/_vendor/requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 |
||||
|
pip/_vendor/requests/exceptions.py,sha256=D1wqzYWne1mS2rU43tP9CeN1G7QAy7eqL9o1god6Ejw,4272 |
||||
|
pip/_vendor/requests/help.py,sha256=hRKaf9u0G7fdwrqMHtF3oG16RKktRf6KiwtSq2Fo1_0,3813 |
||||
|
pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 |
||||
|
pip/_vendor/requests/models.py,sha256=taljlg6vJ4b-xMu2TaMNFFkaiwMex_VsEQ6qUTN3wzY,35575 |
||||
|
pip/_vendor/requests/packages.py,sha256=_ZQDCJTJ8SP3kVWunSqBsRZNPzj2c1WFVqbdr08pz3U,1057 |
||||
|
pip/_vendor/requests/sessions.py,sha256=ykTI8UWGSltOfH07HKollH7kTBGw4WhiBVaQGmckTw4,30495 |
||||
|
pip/_vendor/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322 |
||||
|
pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 |
||||
|
pip/_vendor/requests/utils.py,sha256=WS3wHSQaaEfceu1syiFo5jf4e_CWKUTep_IabOVI_J0,33225 |
||||
|
pip/_vendor/resolvelib/__init__.py,sha256=T0LcAr9Sfai6ZXanpwavdHEea-Anw2QZGx16zd3lMKY,541 |
||||
|
pip/_vendor/resolvelib/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/__pycache__/providers.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/__pycache__/reporters.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/__pycache__/structs.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/providers.py,sha256=pIWJbIdJJ9GFtNbtwTH0Ia43Vj6hYCEJj2DOLue15FM,8914 |
||||
|
pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/resolvelib/reporters.py,sha256=pNJf4nFxLpAeKxlBUi2GEj0a2Ij1nikY0UabTKXesT4,2037 |
||||
|
pip/_vendor/resolvelib/resolvers/__init__.py,sha256=728M3EvmnPbVXS7ExXlv2kMu6b7wEsoPutEfl-uVk_I,640 |
||||
|
pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-313.pyc,, |
||||
|
pip/_vendor/resolvelib/resolvers/abstract.py,sha256=jZOBVigE4PUub9i3F-bTvBwaIXX8S9EU3CGASBvFqEU,1558 |
||||
|
pip/_vendor/resolvelib/resolvers/criterion.py,sha256=lcmZGv5sKHOnFD_RzZwvlGSj19MeA-5rCMpdf2Sgw7Y,1768 |
||||
|
pip/_vendor/resolvelib/resolvers/exceptions.py,sha256=ln_jaQtgLlRUSFY627yiHG2gD7AgaXzRKaElFVh7fDQ,1768 |
||||
|
pip/_vendor/resolvelib/resolvers/resolution.py,sha256=qU64VKtN-HxoFynmnI6oP8aMPzaiKZtb_1hASH3HTHI,23994 |
||||
|
pip/_vendor/resolvelib/structs.py,sha256=pu-EJiR2IBITr2SQeNPRa0rXhjlStfmO_GEgAhr3004,6420 |
||||
|
pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 |
||||
|
pip/_vendor/rich/__main__.py,sha256=e_aVC-tDzarWQW9SuZMuCgBr6ODV_iDNV2Wh2xkxOlw,7896 |
||||
|
pip/_vendor/rich/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/__main__.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_cell_widths.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_emoji_codes.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_emoji_replace.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_export_format.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_extension.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_fileno.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_inspect.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_log_render.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_loop.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_null_file.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_palettes.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_pick.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_ratio.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_spinners.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_stack.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_timer.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_win32_console.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_windows.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_windows_renderer.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/_wrap.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/abc.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/align.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/ansi.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/bar.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/box.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/cells.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/color.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/color_triplet.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/columns.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/console.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/constrain.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/containers.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/control.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/default_styles.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/diagnose.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/emoji.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/errors.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/file_proxy.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/filesize.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/highlighter.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/json.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/jupyter.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/layout.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/live.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/live_render.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/logging.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/markup.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/measure.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/padding.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/pager.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/palette.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/panel.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/pretty.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/progress.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/progress_bar.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/prompt.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/protocol.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/region.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/repr.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/rule.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/scope.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/screen.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/segment.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/spinner.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/status.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/style.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/styled.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/syntax.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/table.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/terminal_theme.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/text.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/theme.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/themes.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/traceback.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/__pycache__/tree.cpython-313.pyc,, |
||||
|
pip/_vendor/rich/_cell_widths.py,sha256=fbmeyetEdHjzE_Vx2l1uK7tnPOhMs2X1lJfO3vsKDpA,10209 |
||||
|
pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 |
||||
|
pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 |
||||
|
pip/_vendor/rich/_export_format.py,sha256=RI08pSrm5tBSzPMvnbTqbD9WIalaOoN5d4M1RTmLq1Y,2128 |
||||
|
pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 |
||||
|
pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 |
||||
|
pip/_vendor/rich/_inspect.py,sha256=ROT0PLC2GMWialWZkqJIjmYq7INRijQQkoSokWTaAiI,9656 |
||||
|
pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 |
||||
|
pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 |
||||
|
pip/_vendor/rich/_null_file.py,sha256=ADGKp1yt-k70FMKV6tnqCqecB-rSJzp-WQsD7LPL-kg,1394 |
||||
|
pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 |
||||
|
pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 |
||||
|
pip/_vendor/rich/_ratio.py,sha256=IOtl78sQCYZsmHyxhe45krkb68u9xVz7zFsXVJD-b2Y,5325 |
||||
|
pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 |
||||
|
pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 |
||||
|
pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 |
||||
|
pip/_vendor/rich/_win32_console.py,sha256=BSaDRIMwBLITn_m0mTRLPqME5q-quGdSMuYMpYeYJwc,22755 |
||||
|
pip/_vendor/rich/_windows.py,sha256=aBwaD_S56SbgopIvayVmpk0Y28uwY2C5Bab1wl3Bp-I,1925 |
||||
|
pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 |
||||
|
pip/_vendor/rich/_wrap.py,sha256=FlSsom5EX0LVkA3KWy34yHnCfLtqX-ZIepXKh-70rpc,3404 |
||||
|
pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 |
||||
|
pip/_vendor/rich/align.py,sha256=dg-7uY0ukMLLlUEsBDRLva22_sQgIJD4BK0dmZHFHug,10324 |
||||
|
pip/_vendor/rich/ansi.py,sha256=Avs1LHbSdcyOvDOdpELZUoULcBiYewY76eNBp6uFBhs,6921 |
||||
|
pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 |
||||
|
pip/_vendor/rich/box.py,sha256=kmavBc_dn73L_g_8vxWSwYJD2uzBXOUFTtJOfpbczcM,10686 |
||||
|
pip/_vendor/rich/cells.py,sha256=KrQkj5-LghCCpJLSNQIyAZjndc4bnEqOEmi5YuZ9UCY,5130 |
||||
|
pip/_vendor/rich/color.py,sha256=3HSULVDj7qQkXUdFWv78JOiSZzfy5y1nkcYhna296V0,18211 |
||||
|
pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 |
||||
|
pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 |
||||
|
pip/_vendor/rich/console.py,sha256=t9azZpmRMVU5cphVBZSShNsmBxd2-IAWcTTlhor-E1s,100849 |
||||
|
pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 |
||||
|
pip/_vendor/rich/containers.py,sha256=c_56TxcedGYqDepHBMTuZdUIijitAQgnox-Qde0Z1qo,5502 |
||||
|
pip/_vendor/rich/control.py,sha256=EUTSUFLQbxY6Zmo_sdM-5Ls323vIHTBfN8TPulqeHUY,6487 |
||||
|
pip/_vendor/rich/default_styles.py,sha256=khQFqqaoDs3bprMqWpHw8nO5UpG2DN6QtuTd6LzZwYc,8257 |
||||
|
pip/_vendor/rich/diagnose.py,sha256=fJl1TItRn19gGwouqTg-8zPUW3YqQBqGltrfPQs1H9w,1025 |
||||
|
pip/_vendor/rich/emoji.py,sha256=Wd4bQubZdSy6-PyrRQNuMHtn2VkljK9uPZPVlu2cmx0,2367 |
||||
|
pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 |
||||
|
pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 |
||||
|
pip/_vendor/rich/filesize.py,sha256=_iz9lIpRgvW7MNSeCZnLg-HwzbP4GETg543WqD8SFs0,2484 |
||||
|
pip/_vendor/rich/highlighter.py,sha256=G_sn-8DKjM1sEjLG_oc4ovkWmiUpWvj8bXi0yed2LnY,9586 |
||||
|
pip/_vendor/rich/json.py,sha256=vVEoKdawoJRjAFayPwXkMBPLy7RSTs-f44wSQDR2nJ0,5031 |
||||
|
pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 |
||||
|
pip/_vendor/rich/layout.py,sha256=ajkSFAtEVv9EFTcFs-w4uZfft7nEXhNzL7ZVdgrT5rI,14004 |
||||
|
pip/_vendor/rich/live.py,sha256=tF3ukAAJZ_N2ZbGclqZ-iwLoIoZ8f0HHUz79jAyJqj8,15180 |
||||
|
pip/_vendor/rich/live_render.py,sha256=It_39YdzrBm8o3LL0kaGorPFg-BfZWAcrBjLjFokbx4,3521 |
||||
|
pip/_vendor/rich/logging.py,sha256=5KaPPSMP9FxcXPBcKM4cGd_zW78PMgf-YbMVnvfSw0o,12468 |
||||
|
pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 |
||||
|
pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 |
||||
|
pip/_vendor/rich/padding.py,sha256=KVEI3tOwo9sgK1YNSuH__M1_jUWmLZwRVV_KmOtVzyM,4908 |
||||
|
pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 |
||||
|
pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 |
||||
|
pip/_vendor/rich/panel.py,sha256=9sQl00hPIqH5G2gALQo4NepFwpP0k9wT-s_gOms5pIc,11157 |
||||
|
pip/_vendor/rich/pretty.py,sha256=gy3S72u4FRg2ytoo7N1ZDWDIvB4unbzd5iUGdgm-8fc,36391 |
||||
|
pip/_vendor/rich/progress.py,sha256=CUc2lkU-X59mVdGfjMCBkZeiGPL3uxdONjhNJF2T7wY,60408 |
||||
|
pip/_vendor/rich/progress_bar.py,sha256=mZTPpJUwcfcdgQCTTz3kyY-fc79ddLwtx6Ghhxfo064,8162 |
||||
|
pip/_vendor/rich/prompt.py,sha256=l0RhQU-0UVTV9e08xW1BbIj0Jq2IXyChX4lC0lFNzt4,12447 |
||||
|
pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 |
||||
|
pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 |
||||
|
pip/_vendor/rich/repr.py,sha256=5MZJZmONgC6kud-QW-_m1okXwL2aR6u6y-pUcUCJz28,4431 |
||||
|
pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 |
||||
|
pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 |
||||
|
pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 |
||||
|
pip/_vendor/rich/segment.py,sha256=otnKeKGEV-WRlQVosfJVeFDcDxAKHpvJ_hLzSu5lumM,24743 |
||||
|
pip/_vendor/rich/spinner.py,sha256=onIhpKlljRHppTZasxO8kXgtYyCHUkpSgKglRJ3o51g,4214 |
||||
|
pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 |
||||
|
pip/_vendor/rich/style.py,sha256=xpj4uMBZMtuNuNomfUiamigl3p1sDvTCZwrG1tcTVeg,27059 |
||||
|
pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 |
||||
|
pip/_vendor/rich/syntax.py,sha256=eDKIRwl--eZ0Lwo2da2RRtfutXGavrJO61Cl5OkS59U,36371 |
||||
|
pip/_vendor/rich/table.py,sha256=ZmT7V7MMCOYKw7TGY9SZLyYDf6JdM-WVf07FdVuVhTI,40049 |
||||
|
pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 |
||||
|
pip/_vendor/rich/text.py,sha256=AO7JPCz6-gaN1thVLXMBntEmDPVYFgFNG1oM61_sanU,47552 |
||||
|
pip/_vendor/rich/theme.py,sha256=oNyhXhGagtDlbDye3tVu3esWOWk0vNkuxFw-_unlaK0,3771 |
||||
|
pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 |
||||
|
pip/_vendor/rich/traceback.py,sha256=c0WmB_L04_UfZbLaoH982_U_s7eosxKMUiAVmDPdRYU,35861 |
||||
|
pip/_vendor/rich/tree.py,sha256=yWnQ6rAvRGJ3qZGqBrxS2SW2TKBTNrP0SdY8QxOFPuw,9451 |
||||
|
pip/_vendor/tomli/__init__.py,sha256=PhNw_eyLgdn7McJ6nrAN8yIm3dXC75vr1sVGVVwDSpA,314 |
||||
|
pip/_vendor/tomli/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/tomli/__pycache__/_parser.cpython-313.pyc,, |
||||
|
pip/_vendor/tomli/__pycache__/_re.cpython-313.pyc,, |
||||
|
pip/_vendor/tomli/__pycache__/_types.cpython-313.pyc,, |
||||
|
pip/_vendor/tomli/_parser.py,sha256=9w8LG0jB7fwmZZWB0vVXbeejDHcl4ANIJxB2scEnDlA,25591 |
||||
|
pip/_vendor/tomli/_re.py,sha256=sh4sBDRgO94KJZwNIrgdcyV_qQast50YvzOAUGpRDKA,3171 |
||||
|
pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 |
||||
|
pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 |
||||
|
pip/_vendor/tomli_w/__init__.py,sha256=0F8yDtXx3Uunhm874KrAcP76srsM98y7WyHQwCulZbo,169 |
||||
|
pip/_vendor/tomli_w/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/tomli_w/__pycache__/_writer.cpython-313.pyc,, |
||||
|
pip/_vendor/tomli_w/_writer.py,sha256=dsifFS2xYf1i76mmRyfz9y125xC7Z_HQ845ZKhJsYXs,6961 |
||||
|
pip/_vendor/tomli_w/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 |
||||
|
pip/_vendor/truststore/__init__.py,sha256=2wRSVijjRzPLVXUzWqvdZLNsEOhDfopKLd2EKAYLwKU,1320 |
||||
|
pip/_vendor/truststore/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/truststore/__pycache__/_api.cpython-313.pyc,, |
||||
|
pip/_vendor/truststore/__pycache__/_macos.cpython-313.pyc,, |
||||
|
pip/_vendor/truststore/__pycache__/_openssl.cpython-313.pyc,, |
||||
|
pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-313.pyc,, |
||||
|
pip/_vendor/truststore/__pycache__/_windows.cpython-313.pyc,, |
||||
|
pip/_vendor/truststore/_api.py,sha256=af8gEZG_vhsudia9vz4es3Vh8xAqhzQz4Cbjs6_rxus,11234 |
||||
|
pip/_vendor/truststore/_macos.py,sha256=nZlLkOmszUE0g6ryRwBVGY5COzPyudcsiJtDWarM5LQ,20503 |
||||
|
pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 |
||||
|
pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 |
||||
|
pip/_vendor/truststore/_windows.py,sha256=rAHyKYD8M7t-bXfG8VgOVa3TpfhVhbt4rZQlO45YuP8,17993 |
||||
|
pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 |
||||
|
pip/_vendor/urllib3/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/_collections.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/_version.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/connection.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/connectionpool.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/exceptions.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/fields.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/filepost.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/poolmanager.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/request.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/__pycache__/response.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 |
||||
|
pip/_vendor/urllib3/_version.py,sha256=t9wGB6ooOTXXgiY66K1m6BZS1CJyXHAU8EoWDTe6Shk,64 |
||||
|
pip/_vendor/urllib3/connection.py,sha256=ttIA909BrbTUzwkqEe_TzZVh4JOOj7g61Ysei2mrwGg,20314 |
||||
|
pip/_vendor/urllib3/connectionpool.py,sha256=e2eiAwNbFNCKxj4bwDKNK-w7HIdSz3OmMxU_TIt-evQ,40408 |
||||
|
pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 |
||||
|
pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 |
||||
|
pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 |
||||
|
pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 |
||||
|
pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 |
||||
|
pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 |
||||
|
pip/_vendor/urllib3/contrib/securetransport.py,sha256=Fef1IIUUFHqpevzXiDPbIGkDKchY2FVKeVeLGR1Qq3g,34446 |
||||
|
pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 |
||||
|
pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 |
||||
|
pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 |
||||
|
pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 |
||||
|
pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/packages/__pycache__/six.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 |
||||
|
pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 |
||||
|
pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 |
||||
|
pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 |
||||
|
pip/_vendor/urllib3/poolmanager.py,sha256=aWyhXRtNO4JUnCSVVqKTKQd8EXTvUm1VN9pgs2bcONo,19990 |
||||
|
pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 |
||||
|
pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 |
||||
|
pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 |
||||
|
pip/_vendor/urllib3/util/__pycache__/__init__.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/connection.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/proxy.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/queue.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/request.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/response.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/retry.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/timeout.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/url.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/__pycache__/wait.cpython-313.pyc,, |
||||
|
pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 |
||||
|
pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 |
||||
|
pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 |
||||
|
pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 |
||||
|
pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 |
||||
|
pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050 |
||||
|
pip/_vendor/urllib3/util/ssl_.py,sha256=QDuuTxPSCj1rYtZ4xpD7Ux-r20TD50aHyqKyhQ7Bq4A,17460 |
||||
|
pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 |
||||
|
pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 |
||||
|
pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 |
||||
|
pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 |
||||
|
pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 |
||||
|
pip/_vendor/vendor.txt,sha256=fawq8T1XFfBhs4rjjSl4fUA3Px9P2mtG2evqqPyhbhc,343 |
||||
|
pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 |
||||
@ -0,0 +1,5 @@ |
|||||
|
Wheel-Version: 1.0 |
||||
|
Generator: setuptools (80.9.0) |
||||
|
Root-Is-Purelib: true |
||||
|
Tag: py3-none-any |
||||
|
|
||||
@ -0,0 +1,3 @@ |
|||||
|
[console_scripts] |
||||
|
pip = pip._internal.cli.main:main |
||||
|
pip3 = pip._internal.cli.main:main |
||||
@ -0,0 +1,833 @@ |
|||||
|
@Switch01 |
||||
|
A_Rog |
||||
|
Aakanksha Agrawal |
||||
|
Abhinav Sagar |
||||
|
ABHYUDAY PRATAP SINGH |
||||
|
abs51295 |
||||
|
AceGentile |
||||
|
Adam Chainz |
||||
|
Adam Tse |
||||
|
Adam Turner |
||||
|
Adam Wentz |
||||
|
admin |
||||
|
Adolfo Ochagavía |
||||
|
Adrien Morison |
||||
|
Agus |
||||
|
ahayrapetyan |
||||
|
Ahilya |
||||
|
AinsworthK |
||||
|
Akash Srivastava |
||||
|
Alan Yee |
||||
|
Albert Tugushev |
||||
|
Albert-Guan |
||||
|
albertg |
||||
|
Alberto Sottile |
||||
|
Aleks Bunin |
||||
|
Ales Erjavec |
||||
|
Alethea Flowers |
||||
|
Alex Gaynor |
||||
|
Alex Grönholm |
||||
|
Alex Hedges |
||||
|
Alex Loosley |
||||
|
Alex Morega |
||||
|
Alex Stachowiak |
||||
|
Alexander Regueiro |
||||
|
Alexander Shtyrov |
||||
|
Alexandre Conrad |
||||
|
Alexey Popravka |
||||
|
Aleš Erjavec |
||||
|
Alli |
||||
|
Ami Fischman |
||||
|
Ananya Maiti |
||||
|
Anatoly Techtonik |
||||
|
Anders Kaseorg |
||||
|
Andre Aguiar |
||||
|
Andreas Lutro |
||||
|
Andrei Geacar |
||||
|
Andrew Gaul |
||||
|
Andrew Shymanel |
||||
|
Andrey Bienkowski |
||||
|
Andrey Bulgakov |
||||
|
Andrés Delfino |
||||
|
Andy Freeland |
||||
|
Andy Kluger |
||||
|
Ani Hayrapetyan |
||||
|
Aniruddha Basak |
||||
|
Anish Tambe |
||||
|
Anrs Hu |
||||
|
Anthony Sottile |
||||
|
Antoine Musso |
||||
|
Anton Ovchinnikov |
||||
|
Anton Patrushev |
||||
|
Anton Zelenov |
||||
|
Antonio Alvarado Hernandez |
||||
|
Antony Lee |
||||
|
Antti Kaihola |
||||
|
Anubhav Patel |
||||
|
Anudit Nagar |
||||
|
Anuj Godase |
||||
|
AQNOUCH Mohammed |
||||
|
AraHaan |
||||
|
arena |
||||
|
arenasys |
||||
|
Arindam Choudhury |
||||
|
Armin Ronacher |
||||
|
Arnon Yaari |
||||
|
Artem |
||||
|
Arun Babu Neelicattu |
||||
|
Ashley Manton |
||||
|
Ashwin Ramaswami |
||||
|
atse |
||||
|
Atsushi Odagiri |
||||
|
Avinash Karhana |
||||
|
Avner Cohen |
||||
|
Awit (Ah-Wit) Ghirmai |
||||
|
Baptiste Mispelon |
||||
|
Barney Gale |
||||
|
barneygale |
||||
|
Bartek Ogryczak |
||||
|
Bastian Venthur |
||||
|
Ben Bodenmiller |
||||
|
Ben Darnell |
||||
|
Ben Hoyt |
||||
|
Ben Mares |
||||
|
Ben Rosser |
||||
|
Bence Nagy |
||||
|
Benjamin Peterson |
||||
|
Benjamin VanEvery |
||||
|
Benoit Pierre |
||||
|
Berker Peksag |
||||
|
Bernard |
||||
|
Bernard Tyers |
||||
|
Bernardo B. Marques |
||||
|
Bernhard M. Wiedemann |
||||
|
Bertil Hatt |
||||
|
Bhavam Vidyarthi |
||||
|
Blazej Michalik |
||||
|
Bogdan Opanchuk |
||||
|
BorisZZZ |
||||
|
Brad Erickson |
||||
|
Bradley Ayers |
||||
|
Bradley Reynolds |
||||
|
Branch Vincent |
||||
|
Brandon L. Reiss |
||||
|
Brandt Bucher |
||||
|
Brannon Dorsey |
||||
|
Brett Randall |
||||
|
Brett Rosen |
||||
|
Brian Cristante |
||||
|
Brian Rosner |
||||
|
briantracy |
||||
|
BrownTruck |
||||
|
Bruno Oliveira |
||||
|
Bruno Renié |
||||
|
Bruno S |
||||
|
Bstrdsmkr |
||||
|
Buck Golemon |
||||
|
burrows |
||||
|
Bussonnier Matthias |
||||
|
bwoodsend |
||||
|
c22 |
||||
|
Caleb Brown |
||||
|
Caleb Martinez |
||||
|
Calvin Smith |
||||
|
Carl Meyer |
||||
|
Carlos Liam |
||||
|
Carol Willing |
||||
|
Carter Thayer |
||||
|
Cass |
||||
|
Chandrasekhar Atina |
||||
|
Charlie Marsh |
||||
|
charwick |
||||
|
Chih-Hsuan Yen |
||||
|
Chris Brinker |
||||
|
Chris Hunt |
||||
|
Chris Jerdonek |
||||
|
Chris Kuehl |
||||
|
Chris Markiewicz |
||||
|
Chris McDonough |
||||
|
Chris Pawley |
||||
|
Chris Pryer |
||||
|
Chris Wolfe |
||||
|
Christian Clauss |
||||
|
Christian Heimes |
||||
|
Christian Oudard |
||||
|
Christoph Reiter |
||||
|
Christopher Hunt |
||||
|
Christopher Snyder |
||||
|
chrysle |
||||
|
cjc7373 |
||||
|
Clark Boylan |
||||
|
Claudio Jolowicz |
||||
|
Clay McClure |
||||
|
Cody |
||||
|
Cody Soyland |
||||
|
Colin Watson |
||||
|
Collin Anderson |
||||
|
Connor Osborn |
||||
|
Cooper Lees |
||||
|
Cooper Ry Lees |
||||
|
Cory Benfield |
||||
|
Cory Wright |
||||
|
Craig Kerstiens |
||||
|
Cristian Sorinel |
||||
|
Cristina |
||||
|
Cristina Muñoz |
||||
|
ctg123 |
||||
|
Curtis Doty |
||||
|
cytolentino |
||||
|
Daan De Meyer |
||||
|
Dale |
||||
|
Damian |
||||
|
Damian Quiroga |
||||
|
Damian Shaw |
||||
|
Dan Black |
||||
|
Dan Savilonis |
||||
|
Dan Sully |
||||
|
Dane Hillard |
||||
|
daniel |
||||
|
Daniel Collins |
||||
|
Daniel Hahler |
||||
|
Daniel Holth |
||||
|
Daniel Jost |
||||
|
Daniel Katz |
||||
|
Daniel Shaulov |
||||
|
Daniele Esposti |
||||
|
Daniele Nicolodi |
||||
|
Daniele Procida |
||||
|
Daniil Konovalenko |
||||
|
Danny Hermes |
||||
|
Danny McClanahan |
||||
|
Darren Kavanagh |
||||
|
Dav Clark |
||||
|
Dave Abrahams |
||||
|
Dave Jones |
||||
|
David Aguilar |
||||
|
David Black |
||||
|
David Bordeynik |
||||
|
David Caro |
||||
|
David D Lowe |
||||
|
David Evans |
||||
|
David Hewitt |
||||
|
David Linke |
||||
|
David Poggi |
||||
|
David Poznik |
||||
|
David Pursehouse |
||||
|
David Runge |
||||
|
David Tucker |
||||
|
David Wales |
||||
|
Davidovich |
||||
|
ddelange |
||||
|
Deepak Sharma |
||||
|
Deepyaman Datta |
||||
|
Denis Roussel (ACSONE) |
||||
|
Denise Yu |
||||
|
dependabot[bot] |
||||
|
derwolfe |
||||
|
Desetude |
||||
|
developer |
||||
|
Devesh Kumar |
||||
|
Devesh Kumar Singh |
||||
|
devsagul |
||||
|
Diego Caraballo |
||||
|
Diego Ramirez |
||||
|
DiegoCaraballo |
||||
|
Dimitri Merejkowsky |
||||
|
Dimitri Papadopoulos |
||||
|
Dimitri Papadopoulos Orfanos |
||||
|
Dirk Stolle |
||||
|
Dmitry Gladkov |
||||
|
Dmitry Volodin |
||||
|
Domen Kožar |
||||
|
Dominic Davis-Foster |
||||
|
Donald Stufft |
||||
|
Dongweiming |
||||
|
doron zarhi |
||||
|
Dos Moonen |
||||
|
Douglas Thor |
||||
|
DrFeathers |
||||
|
Dustin Ingram |
||||
|
Dustin Rodrigues |
||||
|
Dwayne Bailey |
||||
|
Ed Morley |
||||
|
Edgar Ramírez |
||||
|
Edgar Ramírez Mondragón |
||||
|
Ee Durbin |
||||
|
Efflam Lemaillet |
||||
|
efflamlemaillet |
||||
|
Eitan Adler |
||||
|
ekristina |
||||
|
elainechan |
||||
|
Eli Schwartz |
||||
|
Elisha Hollander |
||||
|
Ellen Marie Dash |
||||
|
Emil Burzo |
||||
|
Emil Styrke |
||||
|
Emmanuel Arias |
||||
|
Endoh Takanao |
||||
|
enoch |
||||
|
Erdinc Mutlu |
||||
|
Eric Cousineau |
||||
|
Eric Gillingham |
||||
|
Eric Hanchrow |
||||
|
Eric Hopper |
||||
|
Erik M. Bray |
||||
|
Erik Rose |
||||
|
Erwin Janssen |
||||
|
Eugene Vereshchagin |
||||
|
everdimension |
||||
|
Federico |
||||
|
Felipe Peter |
||||
|
Felix Yan |
||||
|
fiber-space |
||||
|
Filip Kokosiński |
||||
|
Filipe Laíns |
||||
|
Finn Womack |
||||
|
finnagin |
||||
|
Flavio Amurrio |
||||
|
Florian Briand |
||||
|
Florian Rathgeber |
||||
|
Francesco |
||||
|
Francesco Montesano |
||||
|
Fredrik Orderud |
||||
|
Fredrik Roubert |
||||
|
Frost Ming |
||||
|
Gabriel Curio |
||||
|
Gabriel de Perthuis |
||||
|
Garry Polley |
||||
|
gavin |
||||
|
gdanielson |
||||
|
Gene Wood |
||||
|
Geoffrey Sneddon |
||||
|
George Margaritis |
||||
|
George Song |
||||
|
Georgi Valkov |
||||
|
Georgy Pchelkin |
||||
|
ghost |
||||
|
Giftlin Rajaiah |
||||
|
gizmoguy1 |
||||
|
gkdoc |
||||
|
Godefroid Chapelle |
||||
|
Gopinath M |
||||
|
GOTO Hayato |
||||
|
gousaiyang |
||||
|
gpiks |
||||
|
Greg Roodt |
||||
|
Greg Ward |
||||
|
Guilherme Espada |
||||
|
Guillaume Seguin |
||||
|
gutsytechster |
||||
|
Guy Rozendorn |
||||
|
Guy Tuval |
||||
|
gzpan123 |
||||
|
Hanjun Kim |
||||
|
Hari Charan |
||||
|
Harsh Vardhan |
||||
|
harupy |
||||
|
Harutaka Kawamura |
||||
|
hauntsaninja |
||||
|
Henrich Hartzer |
||||
|
Henry Schreiner |
||||
|
Herbert Pfennig |
||||
|
Holly Stotelmyer |
||||
|
Honnix |
||||
|
Hsiaoming Yang |
||||
|
Hugo Lopes Tavares |
||||
|
Hugo van Kemenade |
||||
|
Hugues Bruant |
||||
|
Hynek Schlawack |
||||
|
iamsrp-deshaw |
||||
|
Ian Bicking |
||||
|
Ian Cordasco |
||||
|
Ian Lee |
||||
|
Ian Stapleton Cordasco |
||||
|
Ian Wienand |
||||
|
Igor Kuzmitshov |
||||
|
Igor Sobreira |
||||
|
Ikko Ashimine |
||||
|
Ilan Schnell |
||||
|
Illia Volochii |
||||
|
Ilya Baryshev |
||||
|
Inada Naoki |
||||
|
Ionel Cristian Mărieș |
||||
|
Ionel Maries Cristian |
||||
|
Itamar Turner-Trauring |
||||
|
iTrooz |
||||
|
Ivan Pozdeev |
||||
|
J. Nick Koston |
||||
|
Jacob Kim |
||||
|
Jacob Walls |
||||
|
Jaime Sanz |
||||
|
Jake Lishman |
||||
|
jakirkham |
||||
|
Jakub Kuczys |
||||
|
Jakub Stasiak |
||||
|
Jakub Vysoky |
||||
|
Jakub Wilk |
||||
|
James Cleveland |
||||
|
James Curtin |
||||
|
James Firth |
||||
|
James Gerity |
||||
|
James Polley |
||||
|
Jan Pokorný |
||||
|
Jannis Leidel |
||||
|
Jarek Potiuk |
||||
|
jarondl |
||||
|
Jason Curtis |
||||
|
Jason R. Coombs |
||||
|
JasonMo |
||||
|
JasonMo1 |
||||
|
Jay Graves |
||||
|
Jean Abou Samra |
||||
|
Jean-Christophe Fillion-Robin |
||||
|
Jeff Barber |
||||
|
Jeff Dairiki |
||||
|
Jeff Widman |
||||
|
Jelmer Vernooij |
||||
|
jenix21 |
||||
|
Jeremy Fleischman |
||||
|
Jeremy Stanley |
||||
|
Jeremy Zafran |
||||
|
Jesse Rittner |
||||
|
Jiashuo Li |
||||
|
Jim Fisher |
||||
|
Jim Garrison |
||||
|
Jinzhe Zeng |
||||
|
Jiun Bae |
||||
|
Jivan Amara |
||||
|
Joa |
||||
|
Joe Bylund |
||||
|
Joe Michelini |
||||
|
Johannes Altmanninger |
||||
|
John Paton |
||||
|
John Sirois |
||||
|
John T. Wodder II |
||||
|
John-Scott Atlakson |
||||
|
johnthagen |
||||
|
Jon Banafato |
||||
|
Jon Dufresne |
||||
|
Jon Parise |
||||
|
Jonas Nockert |
||||
|
Jonathan Herbert |
||||
|
Joonatan Partanen |
||||
|
Joost Molenaar |
||||
|
Jorge Niedbalski |
||||
|
Joseph Bylund |
||||
|
Joseph Long |
||||
|
Josh Bronson |
||||
|
Josh Cannon |
||||
|
Josh Hansen |
||||
|
Josh Schneier |
||||
|
Joshua |
||||
|
JoshuaPerdue |
||||
|
Juan Luis Cano Rodríguez |
||||
|
Juanjo Bazán |
||||
|
Judah Rand |
||||
|
Julian Berman |
||||
|
Julian Gethmann |
||||
|
Julien Demoor |
||||
|
July Tikhonov |
||||
|
Jussi Kukkonen |
||||
|
Justin van Heek |
||||
|
jwg4 |
||||
|
Jyrki Pulliainen |
||||
|
Kai Chen |
||||
|
Kai Mueller |
||||
|
Kamal Bin Mustafa |
||||
|
Karolina Surma |
||||
|
kasium |
||||
|
kaustav haldar |
||||
|
keanemind |
||||
|
Keith Maxwell |
||||
|
Kelsey Hightower |
||||
|
Kenneth Belitzky |
||||
|
Kenneth Reitz |
||||
|
Kevin Burke |
||||
|
Kevin Carter |
||||
|
Kevin Frommelt |
||||
|
Kevin R Patterson |
||||
|
Kexuan Sun |
||||
|
Kit Randel |
||||
|
Klaas van Schelven |
||||
|
KOLANICH |
||||
|
konstin |
||||
|
kpinc |
||||
|
Krishan Bhasin |
||||
|
Krishna Oza |
||||
|
Kumar McMillan |
||||
|
Kuntal Majumder |
||||
|
Kurt McKee |
||||
|
Kyle Persohn |
||||
|
lakshmanaram |
||||
|
Laszlo Kiss-Kollar |
||||
|
Laurent Bristiel |
||||
|
Laurent LAPORTE |
||||
|
Laurie O |
||||
|
Laurie Opperman |
||||
|
layday |
||||
|
Leon Sasson |
||||
|
Lev Givon |
||||
|
Lincoln de Sousa |
||||
|
Lipis |
||||
|
lorddavidiii |
||||
|
Loren Carvalho |
||||
|
Lucas Cimon |
||||
|
Ludovic Gasc |
||||
|
Luis Medel |
||||
|
Lukas Geiger |
||||
|
Lukas Juhrich |
||||
|
Luke Macken |
||||
|
Luo Jiebin |
||||
|
luojiebin |
||||
|
luz.paz |
||||
|
László Kiss Kollár |
||||
|
M00nL1ght |
||||
|
Malcolm Smith |
||||
|
Marc Abramowitz |
||||
|
Marc Tamlyn |
||||
|
Marcus Smith |
||||
|
Mariatta |
||||
|
Mark Kohler |
||||
|
Mark McLoughlin |
||||
|
Mark Williams |
||||
|
Markus Hametner |
||||
|
Martey Dodoo |
||||
|
Martin Fischer |
||||
|
Martin Häcker |
||||
|
Martin Pavlasek |
||||
|
Masaki |
||||
|
Masklinn |
||||
|
Matej Stuchlik |
||||
|
Mathew Jennings |
||||
|
Mathieu Bridon |
||||
|
Mathieu Kniewallner |
||||
|
Matt Bacchi |
||||
|
Matt Good |
||||
|
Matt Maker |
||||
|
Matt Robenolt |
||||
|
Matt Wozniski |
||||
|
matthew |
||||
|
Matthew Einhorn |
||||
|
Matthew Feickert |
||||
|
Matthew Gilliard |
||||
|
Matthew Hughes |
||||
|
Matthew Iversen |
||||
|
Matthew Treinish |
||||
|
Matthew Trumbell |
||||
|
Matthew Willson |
||||
|
Matthias Bussonnier |
||||
|
mattip |
||||
|
Maurits van Rees |
||||
|
Max W Chase |
||||
|
Maxim Kurnikov |
||||
|
Maxime Rouyrre |
||||
|
mayeut |
||||
|
mbaluna |
||||
|
Md Sujauddin Sekh |
||||
|
mdebi |
||||
|
memoselyk |
||||
|
meowmeowcat |
||||
|
Michael |
||||
|
Michael Aquilina |
||||
|
Michael E. Karpeles |
||||
|
Michael Klich |
||||
|
Michael Mintz |
||||
|
Michael Williamson |
||||
|
michaelpacer |
||||
|
Michał Górny |
||||
|
Mickaël Schoentgen |
||||
|
Miguel Araujo Perez |
||||
|
Mihir Singh |
||||
|
Mike |
||||
|
Mike Hendricks |
||||
|
Min RK |
||||
|
MinRK |
||||
|
Miro Hrončok |
||||
|
Monica Baluna |
||||
|
montefra |
||||
|
Monty Taylor |
||||
|
morotti |
||||
|
mrKazzila |
||||
|
Muha Ajjan |
||||
|
Nadav Wexler |
||||
|
Nahuel Ambrosini |
||||
|
Nate Coraor |
||||
|
Nate Prewitt |
||||
|
Nathan Houghton |
||||
|
Nathaniel J. Smith |
||||
|
Nehal J Wani |
||||
|
Neil Botelho |
||||
|
Nguyễn Gia Phong |
||||
|
Nicholas Serra |
||||
|
Nick Coghlan |
||||
|
Nick Stenning |
||||
|
Nick Timkovich |
||||
|
Nicolas Bock |
||||
|
Nicole Harris |
||||
|
Nikhil Benesch |
||||
|
Nikhil Ladha |
||||
|
Nikita Chepanov |
||||
|
Nikolay Korolev |
||||
|
Nipunn Koorapati |
||||
|
Nitesh Sharma |
||||
|
Niyas Sait |
||||
|
Noah |
||||
|
Noah Gorny |
||||
|
Nowell Strite |
||||
|
NtaleGrey |
||||
|
nucccc |
||||
|
nvdv |
||||
|
OBITORASU |
||||
|
Ofek Lev |
||||
|
ofrinevo |
||||
|
Oleg Burnaev |
||||
|
Oliver Freund |
||||
|
Oliver Jeeves |
||||
|
Oliver Mannion |
||||
|
Oliver Tonnhofer |
||||
|
Olivier Girardot |
||||
|
Olivier Grisel |
||||
|
Ollie Rutherfurd |
||||
|
OMOTO Kenji |
||||
|
Omry Yadan |
||||
|
onlinejudge95 |
||||
|
Oren Held |
||||
|
Oscar Benjamin |
||||
|
Oz N Tiram |
||||
|
Pachwenko |
||||
|
Patrick Dubroy |
||||
|
Patrick Jenkins |
||||
|
Patrick Lawson |
||||
|
patricktokeeffe |
||||
|
Patrik Kopkan |
||||
|
Paul Ganssle |
||||
|
Paul Kehrer |
||||
|
Paul Moore |
||||
|
Paul Nasrat |
||||
|
Paul Oswald |
||||
|
Paul van der Linden |
||||
|
Paulus Schoutsen |
||||
|
Pavel Safronov |
||||
|
Pavithra Eswaramoorthy |
||||
|
Pawel Jasinski |
||||
|
Paweł Szramowski |
||||
|
Pekka Klärck |
||||
|
Peter Gessler |
||||
|
Peter Lisák |
||||
|
Peter Shen |
||||
|
Peter Waller |
||||
|
Petr Viktorin |
||||
|
petr-tik |
||||
|
Phaneendra Chiruvella |
||||
|
Phil Elson |
||||
|
Phil Freo |
||||
|
Phil Pennock |
||||
|
Phil Whelan |
||||
|
Philip Jägenstedt |
||||
|
Philip Molloy |
||||
|
Philippe Ombredanne |
||||
|
Pi Delport |
||||
|
Pierre-Yves Rofes |
||||
|
Pieter Degroote |
||||
|
pip |
||||
|
Prabakaran Kumaresshan |
||||
|
Prabhjyotsing Surjit Singh Sodhi |
||||
|
Prabhu Marappan |
||||
|
Pradyun Gedam |
||||
|
Prashant Sharma |
||||
|
Pratik Mallya |
||||
|
pre-commit-ci[bot] |
||||
|
Preet Thakkar |
||||
|
Preston Holmes |
||||
|
Przemek Wrzos |
||||
|
Pulkit Goyal |
||||
|
q0w |
||||
|
Qiangning Hong |
||||
|
Qiming Xu |
||||
|
qraqras |
||||
|
Quentin Lee |
||||
|
Quentin Pradet |
||||
|
R. David Murray |
||||
|
Rafael Caricio |
||||
|
Ralf Schmitt |
||||
|
Ran Benita |
||||
|
Randy Döring |
||||
|
Razzi Abuissa |
||||
|
rdb |
||||
|
Reece Dunham |
||||
|
Remi Rampin |
||||
|
Rene Dudfield |
||||
|
Riccardo Magliocchetti |
||||
|
Riccardo Schirone |
||||
|
Richard Jones |
||||
|
Richard Si |
||||
|
Ricky Ng-Adam |
||||
|
Rishi |
||||
|
rmorotti |
||||
|
RobberPhex |
||||
|
Robert Collins |
||||
|
Robert McGibbon |
||||
|
Robert Pollak |
||||
|
Robert T. McGibbon |
||||
|
robin elisha robinson |
||||
|
Rodney, Tiara |
||||
|
Roey Berman |
||||
|
Rohan Jain |
||||
|
Roman Bogorodskiy |
||||
|
Roman Donchenko |
||||
|
Romuald Brunet |
||||
|
ronaudinho |
||||
|
Ronny Pfannschmidt |
||||
|
Rory McCann |
||||
|
Ross Brattain |
||||
|
Roy Wellington Ⅳ |
||||
|
Ruairidh MacLeod |
||||
|
Russell Keith-Magee |
||||
|
Ryan Shepherd |
||||
|
Ryan Wooden |
||||
|
ryneeverett |
||||
|
Ryuma Asai |
||||
|
S. Guliaev |
||||
|
Sachi King |
||||
|
Salvatore Rinchiera |
||||
|
sandeepkiran-js |
||||
|
Sander Van Balen |
||||
|
Savio Jomton |
||||
|
schlamar |
||||
|
Scott Kitterman |
||||
|
Sean |
||||
|
seanj |
||||
|
Sebastian Jordan |
||||
|
Sebastian Schaetz |
||||
|
Segev Finer |
||||
|
SeongSoo Cho |
||||
|
Sepehr Rasouli |
||||
|
sepehrrasooli |
||||
|
Sergey Vasilyev |
||||
|
Seth Michael Larson |
||||
|
Seth Woodworth |
||||
|
Shahar Epstein |
||||
|
Shantanu |
||||
|
shenxianpeng |
||||
|
shireenrao |
||||
|
Shivansh-007 |
||||
|
Shixian Sheng |
||||
|
Shlomi Fish |
||||
|
Shovan Maity |
||||
|
Simeon Visser |
||||
|
Simon Cross |
||||
|
Simon Pichugin |
||||
|
sinoroc |
||||
|
sinscary |
||||
|
snook92 |
||||
|
socketubs |
||||
|
Sorin Sbarnea |
||||
|
Srinivas Nyayapati |
||||
|
Srishti Hegde |
||||
|
Stavros Korokithakis |
||||
|
Stefan Scherfke |
||||
|
Stefano Rivera |
||||
|
Stephan Erb |
||||
|
Stephen Payne |
||||
|
Stephen Rosen |
||||
|
stepshal |
||||
|
Steve (Gadget) Barnes |
||||
|
Steve Barnes |
||||
|
Steve Dower |
||||
|
Steve Kowalik |
||||
|
Steven Myint |
||||
|
Steven Silvester |
||||
|
stonebig |
||||
|
studioj |
||||
|
Stéphane Bidoul |
||||
|
Stéphane Bidoul (ACSONE) |
||||
|
Stéphane Klein |
||||
|
Sumana Harihareswara |
||||
|
Surbhi Sharma |
||||
|
Sviatoslav Sydorenko |
||||
|
Sviatoslav Sydorenko (Святослав Сидоренко) |
||||
|
Swat009 |
||||
|
Sylvain |
||||
|
Takayuki SHIMIZUKAWA |
||||
|
Taneli Hukkinen |
||||
|
tbeswick |
||||
|
Thiago |
||||
|
Thijs Triemstra |
||||
|
Thomas Fenzl |
||||
|
Thomas Grainger |
||||
|
Thomas Guettler |
||||
|
Thomas Johansson |
||||
|
Thomas Kluyver |
||||
|
Thomas Smith |
||||
|
Thomas VINCENT |
||||
|
Tim D. Smith |
||||
|
Tim Gates |
||||
|
Tim Harder |
||||
|
Tim Heap |
||||
|
tim smith |
||||
|
tinruufu |
||||
|
Tobias Hermann |
||||
|
Tom Forbes |
||||
|
Tom Freudenheim |
||||
|
Tom V |
||||
|
Tomas Hrnciar |
||||
|
Tomas Orsava |
||||
|
Tomer Chachamu |
||||
|
Tommi Enenkel | AnB |
||||
|
Tomáš Hrnčiar |
||||
|
Tony Beswick |
||||
|
Tony Narlock |
||||
|
Tony Zhaocheng Tan |
||||
|
TonyBeswick |
||||
|
toonarmycaptain |
||||
|
Toshio Kuratomi |
||||
|
toxinu |
||||
|
Travis Swicegood |
||||
|
Tushar Sadhwani |
||||
|
Tzu-ping Chung |
||||
|
Valentin Haenel |
||||
|
Victor Stinner |
||||
|
victorvpaulo |
||||
|
Vikram - Google |
||||
|
Viktor Szépe |
||||
|
Ville Skyttä |
||||
|
Vinay Sajip |
||||
|
Vincent Philippon |
||||
|
Vinicyus Macedo |
||||
|
Vipul Kumar |
||||
|
Vitaly Babiy |
||||
|
Vladimir Fokow |
||||
|
Vladimir Rutsky |
||||
|
W. Trevor King |
||||
|
Wil Tan |
||||
|
Wilfred Hughes |
||||
|
William Edwards |
||||
|
William ML Leslie |
||||
|
William T Olson |
||||
|
William Woodruff |
||||
|
Wilson Mo |
||||
|
wim glenn |
||||
|
Winson Luk |
||||
|
Wolfgang Maier |
||||
|
Wu Zhenyu |
||||
|
XAMES3 |
||||
|
Xavier Fernandez |
||||
|
Xianpeng Shen |
||||
|
xoviat |
||||
|
xtreak |
||||
|
YAMAMOTO Takashi |
||||
|
Yen Chi Hsuan |
||||
|
Yeray Diaz Diaz |
||||
|
Yoval P |
||||
|
Yu Jian |
||||
|
Yuan Jing Vincent Yan |
||||
|
Yuki Kobayashi |
||||
|
Yusuke Hayashi |
||||
|
zackzack38 |
||||
|
Zearin |
||||
|
Zhiping Deng |
||||
|
ziebam |
||||
|
Zvezdan Petkovic |
||||
|
Łukasz Langa |
||||
|
Роман Донченко |
||||
|
Семён Марьясин |
||||
@ -0,0 +1,20 @@ |
|||||
|
Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) |
||||
|
|
||||
|
Permission is hereby granted, free of charge, to any person obtaining |
||||
|
a copy of this software and associated documentation files (the |
||||
|
"Software"), to deal in the Software without restriction, including |
||||
|
without limitation the rights to use, copy, modify, merge, publish, |
||||
|
distribute, sublicense, and/or sell copies of the Software, and to |
||||
|
permit persons to whom the Software is furnished to do so, subject to |
||||
|
the following conditions: |
||||
|
|
||||
|
The above copyright notice and this permission notice shall be |
||||
|
included in all copies or substantial portions of the Software. |
||||
|
|
||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
||||
@ -0,0 +1,13 @@ |
|||||
|
Copyright 2012-2021 Eric Larson |
||||
|
|
||||
|
Licensed under the Apache License, Version 2.0 (the "License"); |
||||
|
you may not use this file except in compliance with the License. |
||||
|
You may obtain a copy of the License at |
||||
|
|
||||
|
http://www.apache.org/licenses/LICENSE-2.0 |
||||
|
|
||||
|
Unless required by applicable law or agreed to in writing, software |
||||
|
distributed under the License is distributed on an "AS IS" BASIS, |
||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
|
See the License for the specific language governing permissions and |
||||
|
limitations under the License. |
||||
@ -0,0 +1,9 @@ |
|||||
|
MIT License |
||||
|
|
||||
|
Copyright (c) 2024-present Stephen Rosen <sirosen0@gmail.com> |
||||
|
|
||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
||||
|
|
||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
||||
|
|
||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
||||
@ -0,0 +1,284 @@ |
|||||
|
A. HISTORY OF THE SOFTWARE |
||||
|
========================== |
||||
|
|
||||
|
Python was created in the early 1990s by Guido van Rossum at Stichting |
||||
|
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands |
||||
|
as a successor of a language called ABC. Guido remains Python's |
||||
|
principal author, although it includes many contributions from others. |
||||
|
|
||||
|
In 1995, Guido continued his work on Python at the Corporation for |
||||
|
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) |
||||
|
in Reston, Virginia where he released several versions of the |
||||
|
software. |
||||
|
|
||||
|
In May 2000, Guido and the Python core development team moved to |
||||
|
BeOpen.com to form the BeOpen PythonLabs team. In October of the same |
||||
|
year, the PythonLabs team moved to Digital Creations (now Zope |
||||
|
Corporation, see http://www.zope.com). In 2001, the Python Software |
||||
|
Foundation (PSF, see http://www.python.org/psf/) was formed, a |
||||
|
non-profit organization created specifically to own Python-related |
||||
|
Intellectual Property. Zope Corporation is a sponsoring member of |
||||
|
the PSF. |
||||
|
|
||||
|
All Python releases are Open Source (see http://www.opensource.org for |
||||
|
the Open Source Definition). Historically, most, but not all, Python |
||||
|
releases have also been GPL-compatible; the table below summarizes |
||||
|
the various releases. |
||||
|
|
||||
|
Release Derived Year Owner GPL- |
||||
|
from compatible? (1) |
||||
|
|
||||
|
0.9.0 thru 1.2 1991-1995 CWI yes |
||||
|
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes |
||||
|
1.6 1.5.2 2000 CNRI no |
||||
|
2.0 1.6 2000 BeOpen.com no |
||||
|
1.6.1 1.6 2001 CNRI yes (2) |
||||
|
2.1 2.0+1.6.1 2001 PSF no |
||||
|
2.0.1 2.0+1.6.1 2001 PSF yes |
||||
|
2.1.1 2.1+2.0.1 2001 PSF yes |
||||
|
2.2 2.1.1 2001 PSF yes |
||||
|
2.1.2 2.1.1 2002 PSF yes |
||||
|
2.1.3 2.1.2 2002 PSF yes |
||||
|
2.2.1 2.2 2002 PSF yes |
||||
|
2.2.2 2.2.1 2002 PSF yes |
||||
|
2.2.3 2.2.2 2003 PSF yes |
||||
|
2.3 2.2.2 2002-2003 PSF yes |
||||
|
2.3.1 2.3 2002-2003 PSF yes |
||||
|
2.3.2 2.3.1 2002-2003 PSF yes |
||||
|
2.3.3 2.3.2 2002-2003 PSF yes |
||||
|
2.3.4 2.3.3 2004 PSF yes |
||||
|
2.3.5 2.3.4 2005 PSF yes |
||||
|
2.4 2.3 2004 PSF yes |
||||
|
2.4.1 2.4 2005 PSF yes |
||||
|
2.4.2 2.4.1 2005 PSF yes |
||||
|
2.4.3 2.4.2 2006 PSF yes |
||||
|
2.4.4 2.4.3 2006 PSF yes |
||||
|
2.5 2.4 2006 PSF yes |
||||
|
2.5.1 2.5 2007 PSF yes |
||||
|
2.5.2 2.5.1 2008 PSF yes |
||||
|
2.5.3 2.5.2 2008 PSF yes |
||||
|
2.6 2.5 2008 PSF yes |
||||
|
2.6.1 2.6 2008 PSF yes |
||||
|
2.6.2 2.6.1 2009 PSF yes |
||||
|
2.6.3 2.6.2 2009 PSF yes |
||||
|
2.6.4 2.6.3 2009 PSF yes |
||||
|
2.6.5 2.6.4 2010 PSF yes |
||||
|
3.0 2.6 2008 PSF yes |
||||
|
3.0.1 3.0 2009 PSF yes |
||||
|
3.1 3.0.1 2009 PSF yes |
||||
|
3.1.1 3.1 2009 PSF yes |
||||
|
3.1.2 3.1 2010 PSF yes |
||||
|
3.2 3.1 2010 PSF yes |
||||
|
|
||||
|
Footnotes: |
||||
|
|
||||
|
(1) GPL-compatible doesn't mean that we're distributing Python under |
||||
|
the GPL. All Python licenses, unlike the GPL, let you distribute |
||||
|
a modified version without making your changes open source. The |
||||
|
GPL-compatible licenses make it possible to combine Python with |
||||
|
other software that is released under the GPL; the others don't. |
||||
|
|
||||
|
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, |
||||
|
because its license has a choice of law clause. According to |
||||
|
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 |
||||
|
is "not incompatible" with the GPL. |
||||
|
|
||||
|
Thanks to the many outside volunteers who have worked under Guido's |
||||
|
direction to make these releases possible. |
||||
|
|
||||
|
|
||||
|
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON |
||||
|
=============================================================== |
||||
|
|
||||
|
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 |
||||
|
-------------------------------------------- |
||||
|
|
||||
|
1. This LICENSE AGREEMENT is between the Python Software Foundation |
||||
|
("PSF"), and the Individual or Organization ("Licensee") accessing and |
||||
|
otherwise using this software ("Python") in source or binary form and |
||||
|
its associated documentation. |
||||
|
|
||||
|
2. Subject to the terms and conditions of this License Agreement, PSF hereby |
||||
|
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, |
||||
|
analyze, test, perform and/or display publicly, prepare derivative works, |
||||
|
distribute, and otherwise use Python alone or in any derivative version, |
||||
|
provided, however, that PSF's License Agreement and PSF's notice of copyright, |
||||
|
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
||||
|
Python Software Foundation; All Rights Reserved" are retained in Python alone or |
||||
|
in any derivative version prepared by Licensee. |
||||
|
|
||||
|
3. In the event Licensee prepares a derivative work that is based on |
||||
|
or incorporates Python or any part thereof, and wants to make |
||||
|
the derivative work available to others as provided herein, then |
||||
|
Licensee hereby agrees to include in any such work a brief summary of |
||||
|
the changes made to Python. |
||||
|
|
||||
|
4. PSF is making Python available to Licensee on an "AS IS" |
||||
|
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
||||
|
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND |
||||
|
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
||||
|
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT |
||||
|
INFRINGE ANY THIRD PARTY RIGHTS. |
||||
|
|
||||
|
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
||||
|
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
||||
|
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, |
||||
|
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
||||
|
|
||||
|
6. This License Agreement will automatically terminate upon a material |
||||
|
breach of its terms and conditions. |
||||
|
|
||||
|
7. Nothing in this License Agreement shall be deemed to create any |
||||
|
relationship of agency, partnership, or joint venture between PSF and |
||||
|
Licensee. This License Agreement does not grant permission to use PSF |
||||
|
trademarks or trade name in a trademark sense to endorse or promote |
||||
|
products or services of Licensee, or any third party. |
||||
|
|
||||
|
8. By copying, installing or otherwise using Python, Licensee |
||||
|
agrees to be bound by the terms and conditions of this License |
||||
|
Agreement. |
||||
|
|
||||
|
|
||||
|
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 |
||||
|
------------------------------------------- |
||||
|
|
||||
|
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 |
||||
|
|
||||
|
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an |
||||
|
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the |
||||
|
Individual or Organization ("Licensee") accessing and otherwise using |
||||
|
this software in source or binary form and its associated |
||||
|
documentation ("the Software"). |
||||
|
|
||||
|
2. Subject to the terms and conditions of this BeOpen Python License |
||||
|
Agreement, BeOpen hereby grants Licensee a non-exclusive, |
||||
|
royalty-free, world-wide license to reproduce, analyze, test, perform |
||||
|
and/or display publicly, prepare derivative works, distribute, and |
||||
|
otherwise use the Software alone or in any derivative version, |
||||
|
provided, however, that the BeOpen Python License is retained in the |
||||
|
Software, alone or in any derivative version prepared by Licensee. |
||||
|
|
||||
|
3. BeOpen is making the Software available to Licensee on an "AS IS" |
||||
|
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
||||
|
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND |
||||
|
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
||||
|
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT |
||||
|
INFRINGE ANY THIRD PARTY RIGHTS. |
||||
|
|
||||
|
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE |
||||
|
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS |
||||
|
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY |
||||
|
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
||||
|
|
||||
|
5. This License Agreement will automatically terminate upon a material |
||||
|
breach of its terms and conditions. |
||||
|
|
||||
|
6. This License Agreement shall be governed by and interpreted in all |
||||
|
respects by the law of the State of California, excluding conflict of |
||||
|
law provisions. Nothing in this License Agreement shall be deemed to |
||||
|
create any relationship of agency, partnership, or joint venture |
||||
|
between BeOpen and Licensee. This License Agreement does not grant |
||||
|
permission to use BeOpen trademarks or trade names in a trademark |
||||
|
sense to endorse or promote products or services of Licensee, or any |
||||
|
third party. As an exception, the "BeOpen Python" logos available at |
||||
|
http://www.pythonlabs.com/logos.html may be used according to the |
||||
|
permissions granted on that web page. |
||||
|
|
||||
|
7. By copying, installing or otherwise using the software, Licensee |
||||
|
agrees to be bound by the terms and conditions of this License |
||||
|
Agreement. |
||||
|
|
||||
|
|
||||
|
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 |
||||
|
--------------------------------------- |
||||
|
|
||||
|
1. This LICENSE AGREEMENT is between the Corporation for National |
||||
|
Research Initiatives, having an office at 1895 Preston White Drive, |
||||
|
Reston, VA 20191 ("CNRI"), and the Individual or Organization |
||||
|
("Licensee") accessing and otherwise using Python 1.6.1 software in |
||||
|
source or binary form and its associated documentation. |
||||
|
|
||||
|
2. Subject to the terms and conditions of this License Agreement, CNRI |
||||
|
hereby grants Licensee a nonexclusive, royalty-free, world-wide |
||||
|
license to reproduce, analyze, test, perform and/or display publicly, |
||||
|
prepare derivative works, distribute, and otherwise use Python 1.6.1 |
||||
|
alone or in any derivative version, provided, however, that CNRI's |
||||
|
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) |
||||
|
1995-2001 Corporation for National Research Initiatives; All Rights |
||||
|
Reserved" are retained in Python 1.6.1 alone or in any derivative |
||||
|
version prepared by Licensee. Alternately, in lieu of CNRI's License |
||||
|
Agreement, Licensee may substitute the following text (omitting the |
||||
|
quotes): "Python 1.6.1 is made available subject to the terms and |
||||
|
conditions in CNRI's License Agreement. This Agreement together with |
||||
|
Python 1.6.1 may be located on the Internet using the following |
||||
|
unique, persistent identifier (known as a handle): 1895.22/1013. This |
||||
|
Agreement may also be obtained from a proxy server on the Internet |
||||
|
using the following URL: http://hdl.handle.net/1895.22/1013". |
||||
|
|
||||
|
3. In the event Licensee prepares a derivative work that is based on |
||||
|
or incorporates Python 1.6.1 or any part thereof, and wants to make |
||||
|
the derivative work available to others as provided herein, then |
||||
|
Licensee hereby agrees to include in any such work a brief summary of |
||||
|
the changes made to Python 1.6.1. |
||||
|
|
||||
|
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" |
||||
|
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
||||
|
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND |
||||
|
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
||||
|
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT |
||||
|
INFRINGE ANY THIRD PARTY RIGHTS. |
||||
|
|
||||
|
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
||||
|
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
||||
|
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, |
||||
|
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
||||
|
|
||||
|
6. This License Agreement will automatically terminate upon a material |
||||
|
breach of its terms and conditions. |
||||
|
|
||||
|
7. This License Agreement shall be governed by the federal |
||||
|
intellectual property law of the United States, including without |
||||
|
limitation the federal copyright law, and, to the extent such |
||||
|
U.S. federal law does not apply, by the law of the Commonwealth of |
||||
|
Virginia, excluding Virginia's conflict of law provisions. |
||||
|
Notwithstanding the foregoing, with regard to derivative works based |
||||
|
on Python 1.6.1 that incorporate non-separable material that was |
||||
|
previously distributed under the GNU General Public License (GPL), the |
||||
|
law of the Commonwealth of Virginia shall govern this License |
||||
|
Agreement only as to issues arising under or with respect to |
||||
|
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this |
||||
|
License Agreement shall be deemed to create any relationship of |
||||
|
agency, partnership, or joint venture between CNRI and Licensee. This |
||||
|
License Agreement does not grant permission to use CNRI trademarks or |
||||
|
trade name in a trademark sense to endorse or promote products or |
||||
|
services of Licensee, or any third party. |
||||
|
|
||||
|
8. By clicking on the "ACCEPT" button where indicated, or by copying, |
||||
|
installing or otherwise using Python 1.6.1, Licensee agrees to be |
||||
|
bound by the terms and conditions of this License Agreement. |
||||
|
|
||||
|
ACCEPT |
||||
|
|
||||
|
|
||||
|
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 |
||||
|
-------------------------------------------------- |
||||
|
|
||||
|
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, |
||||
|
The Netherlands. All rights reserved. |
||||
|
|
||||
|
Permission to use, copy, modify, and distribute this software and its |
||||
|
documentation for any purpose and without fee is hereby granted, |
||||
|
provided that the above copyright notice appear in all copies and that |
||||
|
both that copyright notice and this permission notice appear in |
||||
|
supporting documentation, and that the name of Stichting Mathematisch |
||||
|
Centrum or CWI not be used in advertising or publicity pertaining to |
||||
|
distribution of the software without specific, written prior |
||||
|
permission. |
||||
|
|
||||
|
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO |
||||
|
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
||||
|
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE |
||||
|
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
||||
|
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
||||
@ -0,0 +1,31 @@ |
|||||
|
BSD 3-Clause License |
||||
|
|
||||
|
Copyright (c) 2013-2024, Kim Davies and contributors. |
||||
|
All rights reserved. |
||||
|
|
||||
|
Redistribution and use in source and binary forms, with or without |
||||
|
modification, are permitted provided that the following conditions are |
||||
|
met: |
||||
|
|
||||
|
1. Redistributions of source code must retain the above copyright |
||||
|
notice, this list of conditions and the following disclaimer. |
||||
|
|
||||
|
2. Redistributions in binary form must reproduce the above copyright |
||||
|
notice, this list of conditions and the following disclaimer in the |
||||
|
documentation and/or other materials provided with the distribution. |
||||
|
|
||||
|
3. Neither the name of the copyright holder nor the names of its |
||||
|
contributors may be used to endorse or promote products derived from |
||||
|
this software without specific prior written permission. |
||||
|
|
||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
||||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
||||
|
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
||||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
||||
|
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
||||
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
||||
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
||||
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
||||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
||||
@ -0,0 +1,14 @@ |
|||||
|
Copyright (C) 2008-2011 INADA Naoki <songofacandy@gmail.com> |
||||
|
|
||||
|
Licensed under the Apache License, Version 2.0 (the "License"); |
||||
|
you may not use this file except in compliance with the License. |
||||
|
You may obtain a copy of the License at |
||||
|
|
||||
|
http://www.apache.org/licenses/LICENSE-2.0 |
||||
|
|
||||
|
Unless required by applicable law or agreed to in writing, software |
||||
|
distributed under the License is distributed on an "AS IS" BASIS, |
||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
|
See the License for the specific language governing permissions and |
||||
|
limitations under the License. |
||||
|
|
||||
@ -0,0 +1,177 @@ |
|||||
|
|
||||
|
Apache License |
||||
|
Version 2.0, January 2004 |
||||
|
http://www.apache.org/licenses/ |
||||
|
|
||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
||||
|
|
||||
|
1. Definitions. |
||||
|
|
||||
|
"License" shall mean the terms and conditions for use, reproduction, |
||||
|
and distribution as defined by Sections 1 through 9 of this document. |
||||
|
|
||||
|
"Licensor" shall mean the copyright owner or entity authorized by |
||||
|
the copyright owner that is granting the License. |
||||
|
|
||||
|
"Legal Entity" shall mean the union of the acting entity and all |
||||
|
other entities that control, are controlled by, or are under common |
||||
|
control with that entity. For the purposes of this definition, |
||||
|
"control" means (i) the power, direct or indirect, to cause the |
||||
|
direction or management of such entity, whether by contract or |
||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the |
||||
|
outstanding shares, or (iii) beneficial ownership of such entity. |
||||
|
|
||||
|
"You" (or "Your") shall mean an individual or Legal Entity |
||||
|
exercising permissions granted by this License. |
||||
|
|
||||
|
"Source" form shall mean the preferred form for making modifications, |
||||
|
including but not limited to software source code, documentation |
||||
|
source, and configuration files. |
||||
|
|
||||
|
"Object" form shall mean any form resulting from mechanical |
||||
|
transformation or translation of a Source form, including but |
||||
|
not limited to compiled object code, generated documentation, |
||||
|
and conversions to other media types. |
||||
|
|
||||
|
"Work" shall mean the work of authorship, whether in Source or |
||||
|
Object form, made available under the License, as indicated by a |
||||
|
copyright notice that is included in or attached to the work |
||||
|
(an example is provided in the Appendix below). |
||||
|
|
||||
|
"Derivative Works" shall mean any work, whether in Source or Object |
||||
|
form, that is based on (or derived from) the Work and for which the |
||||
|
editorial revisions, annotations, elaborations, or other modifications |
||||
|
represent, as a whole, an original work of authorship. For the purposes |
||||
|
of this License, Derivative Works shall not include works that remain |
||||
|
separable from, or merely link (or bind by name) to the interfaces of, |
||||
|
the Work and Derivative Works thereof. |
||||
|
|
||||
|
"Contribution" shall mean any work of authorship, including |
||||
|
the original version of the Work and any modifications or additions |
||||
|
to that Work or Derivative Works thereof, that is intentionally |
||||
|
submitted to Licensor for inclusion in the Work by the copyright owner |
||||
|
or by an individual or Legal Entity authorized to submit on behalf of |
||||
|
the copyright owner. For the purposes of this definition, "submitted" |
||||
|
means any form of electronic, verbal, or written communication sent |
||||
|
to the Licensor or its representatives, including but not limited to |
||||
|
communication on electronic mailing lists, source code control systems, |
||||
|
and issue tracking systems that are managed by, or on behalf of, the |
||||
|
Licensor for the purpose of discussing and improving the Work, but |
||||
|
excluding communication that is conspicuously marked or otherwise |
||||
|
designated in writing by the copyright owner as "Not a Contribution." |
||||
|
|
||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity |
||||
|
on behalf of whom a Contribution has been received by Licensor and |
||||
|
subsequently incorporated within the Work. |
||||
|
|
||||
|
2. Grant of Copyright License. Subject to the terms and conditions of |
||||
|
this License, each Contributor hereby grants to You a perpetual, |
||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
||||
|
copyright license to reproduce, prepare Derivative Works of, |
||||
|
publicly display, publicly perform, sublicense, and distribute the |
||||
|
Work and such Derivative Works in Source or Object form. |
||||
|
|
||||
|
3. Grant of Patent License. Subject to the terms and conditions of |
||||
|
this License, each Contributor hereby grants to You a perpetual, |
||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
||||
|
(except as stated in this section) patent license to make, have made, |
||||
|
use, offer to sell, sell, import, and otherwise transfer the Work, |
||||
|
where such license applies only to those patent claims licensable |
||||
|
by such Contributor that are necessarily infringed by their |
||||
|
Contribution(s) alone or by combination of their Contribution(s) |
||||
|
with the Work to which such Contribution(s) was submitted. If You |
||||
|
institute patent litigation against any entity (including a |
||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work |
||||
|
or a Contribution incorporated within the Work constitutes direct |
||||
|
or contributory patent infringement, then any patent licenses |
||||
|
granted to You under this License for that Work shall terminate |
||||
|
as of the date such litigation is filed. |
||||
|
|
||||
|
4. Redistribution. You may reproduce and distribute copies of the |
||||
|
Work or Derivative Works thereof in any medium, with or without |
||||
|
modifications, and in Source or Object form, provided that You |
||||
|
meet the following conditions: |
||||
|
|
||||
|
(a) You must give any other recipients of the Work or |
||||
|
Derivative Works a copy of this License; and |
||||
|
|
||||
|
(b) You must cause any modified files to carry prominent notices |
||||
|
stating that You changed the files; and |
||||
|
|
||||
|
(c) You must retain, in the Source form of any Derivative Works |
||||
|
that You distribute, all copyright, patent, trademark, and |
||||
|
attribution notices from the Source form of the Work, |
||||
|
excluding those notices that do not pertain to any part of |
||||
|
the Derivative Works; and |
||||
|
|
||||
|
(d) If the Work includes a "NOTICE" text file as part of its |
||||
|
distribution, then any Derivative Works that You distribute must |
||||
|
include a readable copy of the attribution notices contained |
||||
|
within such NOTICE file, excluding those notices that do not |
||||
|
pertain to any part of the Derivative Works, in at least one |
||||
|
of the following places: within a NOTICE text file distributed |
||||
|
as part of the Derivative Works; within the Source form or |
||||
|
documentation, if provided along with the Derivative Works; or, |
||||
|
within a display generated by the Derivative Works, if and |
||||
|
wherever such third-party notices normally appear. The contents |
||||
|
of the NOTICE file are for informational purposes only and |
||||
|
do not modify the License. You may add Your own attribution |
||||
|
notices within Derivative Works that You distribute, alongside |
||||
|
or as an addendum to the NOTICE text from the Work, provided |
||||
|
that such additional attribution notices cannot be construed |
||||
|
as modifying the License. |
||||
|
|
||||
|
You may add Your own copyright statement to Your modifications and |
||||
|
may provide additional or different license terms and conditions |
||||
|
for use, reproduction, or distribution of Your modifications, or |
||||
|
for any such Derivative Works as a whole, provided Your use, |
||||
|
reproduction, and distribution of the Work otherwise complies with |
||||
|
the conditions stated in this License. |
||||
|
|
||||
|
5. Submission of Contributions. Unless You explicitly state otherwise, |
||||
|
any Contribution intentionally submitted for inclusion in the Work |
||||
|
by You to the Licensor shall be under the terms and conditions of |
||||
|
this License, without any additional terms or conditions. |
||||
|
Notwithstanding the above, nothing herein shall supersede or modify |
||||
|
the terms of any separate license agreement you may have executed |
||||
|
with Licensor regarding such Contributions. |
||||
|
|
||||
|
6. Trademarks. This License does not grant permission to use the trade |
||||
|
names, trademarks, service marks, or product names of the Licensor, |
||||
|
except as required for reasonable and customary use in describing the |
||||
|
origin of the Work and reproducing the content of the NOTICE file. |
||||
|
|
||||
|
7. Disclaimer of Warranty. Unless required by applicable law or |
||||
|
agreed to in writing, Licensor provides the Work (and each |
||||
|
Contributor provides its Contributions) on an "AS IS" BASIS, |
||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
||||
|
implied, including, without limitation, any warranties or conditions |
||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A |
||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the |
||||
|
appropriateness of using or redistributing the Work and assume any |
||||
|
risks associated with Your exercise of permissions under this License. |
||||
|
|
||||
|
8. Limitation of Liability. In no event and under no legal theory, |
||||
|
whether in tort (including negligence), contract, or otherwise, |
||||
|
unless required by applicable law (such as deliberate and grossly |
||||
|
negligent acts) or agreed to in writing, shall any Contributor be |
||||
|
liable to You for damages, including any direct, indirect, special, |
||||
|
incidental, or consequential damages of any character arising as a |
||||
|
result of this License or out of the use or inability to use the |
||||
|
Work (including but not limited to damages for loss of goodwill, |
||||
|
work stoppage, computer failure or malfunction, or any and all |
||||
|
other commercial damages or losses), even if such Contributor |
||||
|
has been advised of the possibility of such damages. |
||||
|
|
||||
|
9. Accepting Warranty or Additional Liability. While redistributing |
||||
|
the Work or Derivative Works thereof, You may choose to offer, |
||||
|
and charge a fee for, acceptance of support, warranty, indemnity, |
||||
|
or other liability obligations and/or rights consistent with this |
||||
|
License. However, in accepting such obligations, You may act only |
||||
|
on Your own behalf and on Your sole responsibility, not on behalf |
||||
|
of any other Contributor, and only if You agree to indemnify, |
||||
|
defend, and hold each Contributor harmless for any liability |
||||
|
incurred by, or claims asserted against, such Contributor by reason |
||||
|
of your accepting any such warranty or additional liability. |
||||
|
|
||||
|
END OF TERMS AND CONDITIONS |
||||
@ -0,0 +1,23 @@ |
|||||
|
Copyright (c) Donald Stufft and individual contributors. |
||||
|
All rights reserved. |
||||
|
|
||||
|
Redistribution and use in source and binary forms, with or without |
||||
|
modification, are permitted provided that the following conditions are met: |
||||
|
|
||||
|
1. Redistributions of source code must retain the above copyright notice, |
||||
|
this list of conditions and the following disclaimer. |
||||
|
|
||||
|
2. Redistributions in binary form must reproduce the above copyright |
||||
|
notice, this list of conditions and the following disclaimer in the |
||||
|
documentation and/or other materials provided with the distribution. |
||||
|
|
||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
||||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
||||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
||||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
||||
@ -0,0 +1,3 @@ |
|||||
|
SPDX-License-Identifier: MIT |
||||
|
SPDX-FileCopyrightText: 2021 Taneli Hukkinen |
||||
|
Licensed to PSF under a Contributor Agreement. |
||||
@ -0,0 +1,21 @@ |
|||||
|
MIT License |
||||
|
|
||||
|
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt) |
||||
|
|
||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy |
||||
|
of this software and associated documentation files (the "Software"), to deal |
||||
|
in the Software without restriction, including without limitation the rights |
||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||
|
copies of the Software, and to permit persons to whom the Software is |
||||
|
furnished to do so, subject to the following conditions: |
||||
|
|
||||
|
The above copyright notice and this permission notice shall be included in all |
||||
|
copies or substantial portions of the Software. |
||||
|
|
||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
||||
|
SOFTWARE. |
||||
@ -0,0 +1 @@ |
|||||
|
pip |
||||
@ -0,0 +1,26 @@ |
|||||
|
|
||||
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; |
||||
|
fastcgi_param QUERY_STRING $query_string; |
||||
|
fastcgi_param REQUEST_METHOD $request_method; |
||||
|
fastcgi_param CONTENT_TYPE $content_type; |
||||
|
fastcgi_param CONTENT_LENGTH $content_length; |
||||
|
|
||||
|
fastcgi_param SCRIPT_NAME $fastcgi_script_name; |
||||
|
fastcgi_param REQUEST_URI $request_uri; |
||||
|
fastcgi_param DOCUMENT_URI $document_uri; |
||||
|
fastcgi_param DOCUMENT_ROOT $document_root; |
||||
|
fastcgi_param SERVER_PROTOCOL $server_protocol; |
||||
|
fastcgi_param REQUEST_SCHEME $scheme; |
||||
|
fastcgi_param HTTPS $https if_not_empty; |
||||
|
|
||||
|
fastcgi_param GATEWAY_INTERFACE CGI/1.1; |
||||
|
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version; |
||||
|
|
||||
|
fastcgi_param REMOTE_ADDR $remote_addr; |
||||
|
fastcgi_param REMOTE_PORT $remote_port; |
||||
|
fastcgi_param SERVER_ADDR $server_addr; |
||||
|
fastcgi_param SERVER_PORT $server_port; |
||||
|
fastcgi_param SERVER_NAME $server_name; |
||||
|
|
||||
|
# PHP only, required if PHP was built with --enable-force-cgi-redirect |
||||
|
fastcgi_param REDIRECT_STATUS 200; |
||||
@ -0,0 +1,25 @@ |
|||||
|
|
||||
|
fastcgi_param QUERY_STRING $query_string; |
||||
|
fastcgi_param REQUEST_METHOD $request_method; |
||||
|
fastcgi_param CONTENT_TYPE $content_type; |
||||
|
fastcgi_param CONTENT_LENGTH $content_length; |
||||
|
|
||||
|
fastcgi_param SCRIPT_NAME $fastcgi_script_name; |
||||
|
fastcgi_param REQUEST_URI $request_uri; |
||||
|
fastcgi_param DOCUMENT_URI $document_uri; |
||||
|
fastcgi_param DOCUMENT_ROOT $document_root; |
||||
|
fastcgi_param SERVER_PROTOCOL $server_protocol; |
||||
|
fastcgi_param REQUEST_SCHEME $scheme; |
||||
|
fastcgi_param HTTPS $https if_not_empty; |
||||
|
|
||||
|
fastcgi_param GATEWAY_INTERFACE CGI/1.1; |
||||
|
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version; |
||||
|
|
||||
|
fastcgi_param REMOTE_ADDR $remote_addr; |
||||
|
fastcgi_param REMOTE_PORT $remote_port; |
||||
|
fastcgi_param SERVER_ADDR $server_addr; |
||||
|
fastcgi_param SERVER_PORT $server_port; |
||||
|
fastcgi_param SERVER_NAME $server_name; |
||||
|
|
||||
|
# PHP only, required if PHP was built with --enable-force-cgi-redirect |
||||
|
fastcgi_param REDIRECT_STATUS 200; |
||||
@ -0,0 +1,109 @@ |
|||||
|
|
||||
|
# This map is not a full koi8-r <> utf8 map: it does not contain |
||||
|
# box-drawing and some other characters. Besides this map contains |
||||
|
# several koi8-u and Byelorussian letters which are not in koi8-r. |
||||
|
# If you need a full and standard map, use contrib/unicode2nginx/koi-utf |
||||
|
# map instead. |
||||
|
|
||||
|
charset_map koi8-r utf-8 { |
||||
|
|
||||
|
80 E282AC ; # euro |
||||
|
|
||||
|
95 E280A2 ; # bullet |
||||
|
|
||||
|
9A C2A0 ; # |
||||
|
|
||||
|
9E C2B7 ; # · |
||||
|
|
||||
|
A3 D191 ; # small yo |
||||
|
A4 D194 ; # small Ukrainian ye |
||||
|
|
||||
|
A6 D196 ; # small Ukrainian i |
||||
|
A7 D197 ; # small Ukrainian yi |
||||
|
|
||||
|
AD D291 ; # small Ukrainian soft g |
||||
|
AE D19E ; # small Byelorussian short u |
||||
|
|
||||
|
B0 C2B0 ; # ° |
||||
|
|
||||
|
B3 D081 ; # capital YO |
||||
|
B4 D084 ; # capital Ukrainian YE |
||||
|
|
||||
|
B6 D086 ; # capital Ukrainian I |
||||
|
B7 D087 ; # capital Ukrainian YI |
||||
|
|
||||
|
B9 E28496 ; # numero sign |
||||
|
|
||||
|
BD D290 ; # capital Ukrainian soft G |
||||
|
BE D18E ; # capital Byelorussian short U |
||||
|
|
||||
|
BF C2A9 ; # (C) |
||||
|
|
||||
|
C0 D18E ; # small yu |
||||
|
C1 D0B0 ; # small a |
||||
|
C2 D0B1 ; # small b |
||||
|
C3 D186 ; # small ts |
||||
|
C4 D0B4 ; # small d |
||||
|
C5 D0B5 ; # small ye |
||||
|
C6 D184 ; # small f |
||||
|
C7 D0B3 ; # small g |
||||
|
C8 D185 ; # small kh |
||||
|
C9 D0B8 ; # small i |
||||
|
CA D0B9 ; # small j |
||||
|
CB D0BA ; # small k |
||||
|
CC D0BB ; # small l |
||||
|
CD D0BC ; # small m |
||||
|
CE D0BD ; # small n |
||||
|
CF D0BE ; # small o |
||||
|
|
||||
|
D0 D0BF ; # small p |
||||
|
D1 D18F ; # small ya |
||||
|
D2 D180 ; # small r |
||||
|
D3 D181 ; # small s |
||||
|
D4 D182 ; # small t |
||||
|
D5 D183 ; # small u |
||||
|
D6 D0B6 ; # small zh |
||||
|
D7 D0B2 ; # small v |
||||
|
D8 D18C ; # small soft sign |
||||
|
D9 D18B ; # small y |
||||
|
DA D0B7 ; # small z |
||||
|
DB D188 ; # small sh |
||||
|
DC D18D ; # small e |
||||
|
DD D189 ; # small shch |
||||
|
DE D187 ; # small ch |
||||
|
DF D18A ; # small hard sign |
||||
|
|
||||
|
E0 D0AE ; # capital YU |
||||
|
E1 D090 ; # capital A |
||||
|
E2 D091 ; # capital B |
||||
|
E3 D0A6 ; # capital TS |
||||
|
E4 D094 ; # capital D |
||||
|
E5 D095 ; # capital YE |
||||
|
E6 D0A4 ; # capital F |
||||
|
E7 D093 ; # capital G |
||||
|
E8 D0A5 ; # capital KH |
||||
|
E9 D098 ; # capital I |
||||
|
EA D099 ; # capital J |
||||
|
EB D09A ; # capital K |
||||
|
EC D09B ; # capital L |
||||
|
ED D09C ; # capital M |
||||
|
EE D09D ; # capital N |
||||
|
EF D09E ; # capital O |
||||
|
|
||||
|
F0 D09F ; # capital P |
||||
|
F1 D0AF ; # capital YA |
||||
|
F2 D0A0 ; # capital R |
||||
|
F3 D0A1 ; # capital S |
||||
|
F4 D0A2 ; # capital T |
||||
|
F5 D0A3 ; # capital U |
||||
|
F6 D096 ; # capital ZH |
||||
|
F7 D092 ; # capital V |
||||
|
F8 D0AC ; # capital soft sign |
||||
|
F9 D0AB ; # capital Y |
||||
|
FA D097 ; # capital Z |
||||
|
FB D0A8 ; # capital SH |
||||
|
FC D0AD ; # capital E |
||||
|
FD D0A9 ; # capital SHCH |
||||
|
FE D0A7 ; # capital CH |
||||
|
FF D0AA ; # capital hard sign |
||||
|
} |
||||
@ -0,0 +1,103 @@ |
|||||
|
|
||||
|
charset_map koi8-r windows-1251 { |
||||
|
|
||||
|
80 88 ; # euro |
||||
|
|
||||
|
95 95 ; # bullet |
||||
|
|
||||
|
9A A0 ; # |
||||
|
|
||||
|
9E B7 ; # · |
||||
|
|
||||
|
A3 B8 ; # small yo |
||||
|
A4 BA ; # small Ukrainian ye |
||||
|
|
||||
|
A6 B3 ; # small Ukrainian i |
||||
|
A7 BF ; # small Ukrainian yi |
||||
|
|
||||
|
AD B4 ; # small Ukrainian soft g |
||||
|
AE A2 ; # small Byelorussian short u |
||||
|
|
||||
|
B0 B0 ; # ° |
||||
|
|
||||
|
B3 A8 ; # capital YO |
||||
|
B4 AA ; # capital Ukrainian YE |
||||
|
|
||||
|
B6 B2 ; # capital Ukrainian I |
||||
|
B7 AF ; # capital Ukrainian YI |
||||
|
|
||||
|
B9 B9 ; # numero sign |
||||
|
|
||||
|
BD A5 ; # capital Ukrainian soft G |
||||
|
BE A1 ; # capital Byelorussian short U |
||||
|
|
||||
|
BF A9 ; # (C) |
||||
|
|
||||
|
C0 FE ; # small yu |
||||
|
C1 E0 ; # small a |
||||
|
C2 E1 ; # small b |
||||
|
C3 F6 ; # small ts |
||||
|
C4 E4 ; # small d |
||||
|
C5 E5 ; # small ye |
||||
|
C6 F4 ; # small f |
||||
|
C7 E3 ; # small g |
||||
|
C8 F5 ; # small kh |
||||
|
C9 E8 ; # small i |
||||
|
CA E9 ; # small j |
||||
|
CB EA ; # small k |
||||
|
CC EB ; # small l |
||||
|
CD EC ; # small m |
||||
|
CE ED ; # small n |
||||
|
CF EE ; # small o |
||||
|
|
||||
|
D0 EF ; # small p |
||||
|
D1 FF ; # small ya |
||||
|
D2 F0 ; # small r |
||||
|
D3 F1 ; # small s |
||||
|
D4 F2 ; # small t |
||||
|
D5 F3 ; # small u |
||||
|
D6 E6 ; # small zh |
||||
|
D7 E2 ; # small v |
||||
|
D8 FC ; # small soft sign |
||||
|
D9 FB ; # small y |
||||
|
DA E7 ; # small z |
||||
|
DB F8 ; # small sh |
||||
|
DC FD ; # small e |
||||
|
DD F9 ; # small shch |
||||
|
DE F7 ; # small ch |
||||
|
DF FA ; # small hard sign |
||||
|
|
||||
|
E0 DE ; # capital YU |
||||
|
E1 C0 ; # capital A |
||||
|
E2 C1 ; # capital B |
||||
|
E3 D6 ; # capital TS |
||||
|
E4 C4 ; # capital D |
||||
|
E5 C5 ; # capital YE |
||||
|
E6 D4 ; # capital F |
||||
|
E7 C3 ; # capital G |
||||
|
E8 D5 ; # capital KH |
||||
|
E9 C8 ; # capital I |
||||
|
EA C9 ; # capital J |
||||
|
EB CA ; # capital K |
||||
|
EC CB ; # capital L |
||||
|
ED CC ; # capital M |
||||
|
EE CD ; # capital N |
||||
|
EF CE ; # capital O |
||||
|
|
||||
|
F0 CF ; # capital P |
||||
|
F1 DF ; # capital YA |
||||
|
F2 D0 ; # capital R |
||||
|
F3 D1 ; # capital S |
||||
|
F4 D2 ; # capital T |
||||
|
F5 D3 ; # capital U |
||||
|
F6 C6 ; # capital ZH |
||||
|
F7 C2 ; # capital V |
||||
|
F8 DC ; # capital soft sign |
||||
|
F9 DB ; # capital Y |
||||
|
FA C7 ; # capital Z |
||||
|
FB D8 ; # capital SH |
||||
|
FC DD ; # capital E |
||||
|
FD D9 ; # capital SHCH |
||||
|
FE D7 ; # capital CH |
||||
|
FF DA ; # capital hard sign |
||||
|
} |
||||
@ -0,0 +1,99 @@ |
|||||
|
|
||||
|
types { |
||||
|
text/html html htm shtml; |
||||
|
text/css css; |
||||
|
text/xml xml; |
||||
|
image/gif gif; |
||||
|
image/jpeg jpeg jpg; |
||||
|
application/javascript js; |
||||
|
application/atom+xml atom; |
||||
|
application/rss+xml rss; |
||||
|
|
||||
|
text/mathml mml; |
||||
|
text/plain txt; |
||||
|
text/vnd.sun.j2me.app-descriptor jad; |
||||
|
text/vnd.wap.wml wml; |
||||
|
text/x-component htc; |
||||
|
|
||||
|
image/avif avif; |
||||
|
image/png png; |
||||
|
image/svg+xml svg svgz; |
||||
|
image/tiff tif tiff; |
||||
|
image/vnd.wap.wbmp wbmp; |
||||
|
image/webp webp; |
||||
|
image/x-icon ico; |
||||
|
image/x-jng jng; |
||||
|
image/x-ms-bmp bmp; |
||||
|
|
||||
|
font/woff woff; |
||||
|
font/woff2 woff2; |
||||
|
|
||||
|
application/java-archive jar war ear; |
||||
|
application/json json; |
||||
|
application/mac-binhex40 hqx; |
||||
|
application/msword doc; |
||||
|
application/pdf pdf; |
||||
|
application/postscript ps eps ai; |
||||
|
application/rtf rtf; |
||||
|
application/vnd.apple.mpegurl m3u8; |
||||
|
application/vnd.google-earth.kml+xml kml; |
||||
|
application/vnd.google-earth.kmz kmz; |
||||
|
application/vnd.ms-excel xls; |
||||
|
application/vnd.ms-fontobject eot; |
||||
|
application/vnd.ms-powerpoint ppt; |
||||
|
application/vnd.oasis.opendocument.graphics odg; |
||||
|
application/vnd.oasis.opendocument.presentation odp; |
||||
|
application/vnd.oasis.opendocument.spreadsheet ods; |
||||
|
application/vnd.oasis.opendocument.text odt; |
||||
|
application/vnd.openxmlformats-officedocument.presentationml.presentation |
||||
|
pptx; |
||||
|
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
||||
|
xlsx; |
||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document |
||||
|
docx; |
||||
|
application/vnd.wap.wmlc wmlc; |
||||
|
application/wasm wasm; |
||||
|
application/x-7z-compressed 7z; |
||||
|
application/x-cocoa cco; |
||||
|
application/x-java-archive-diff jardiff; |
||||
|
application/x-java-jnlp-file jnlp; |
||||
|
application/x-makeself run; |
||||
|
application/x-perl pl pm; |
||||
|
application/x-pilot prc pdb; |
||||
|
application/x-rar-compressed rar; |
||||
|
application/x-redhat-package-manager rpm; |
||||
|
application/x-sea sea; |
||||
|
application/x-shockwave-flash swf; |
||||
|
application/x-stuffit sit; |
||||
|
application/x-tcl tcl tk; |
||||
|
application/x-x509-ca-cert der pem crt; |
||||
|
application/x-xpinstall xpi; |
||||
|
application/xhtml+xml xhtml; |
||||
|
application/xspf+xml xspf; |
||||
|
application/zip zip; |
||||
|
|
||||
|
application/octet-stream bin exe dll; |
||||
|
application/octet-stream deb; |
||||
|
application/octet-stream dmg; |
||||
|
application/octet-stream iso img; |
||||
|
application/octet-stream msi msp msm; |
||||
|
|
||||
|
audio/midi mid midi kar; |
||||
|
audio/mpeg mp3; |
||||
|
audio/ogg ogg; |
||||
|
audio/x-m4a m4a; |
||||
|
audio/x-realaudio ra; |
||||
|
|
||||
|
video/3gpp 3gpp 3gp; |
||||
|
video/mp2t ts; |
||||
|
video/mp4 mp4; |
||||
|
video/mpeg mpeg mpg; |
||||
|
video/quicktime mov; |
||||
|
video/webm webm; |
||||
|
video/x-flv flv; |
||||
|
video/x-m4v m4v; |
||||
|
video/x-mng mng; |
||||
|
video/x-ms-asf asx asf; |
||||
|
video/x-ms-wmv wmv; |
||||
|
video/x-msvideo avi; |
||||
|
} |
||||
@ -0,0 +1,54 @@ |
|||||
|
|
||||
|
#user nobody; |
||||
|
worker_processes 1; |
||||
|
|
||||
|
#error_log logs/error.log; |
||||
|
#error_log logs/error.log notice; |
||||
|
#error_log logs/error.log info; |
||||
|
|
||||
|
#pid logs/nginx.pid; |
||||
|
|
||||
|
|
||||
|
events { |
||||
|
worker_connections 1024; |
||||
|
} |
||||
|
|
||||
|
daemon off; |
||||
|
|
||||
|
http { |
||||
|
|
||||
|
include mime.types; |
||||
|
default_type application/octet-stream; |
||||
|
sendfile on; |
||||
|
#tcp_nopush on; |
||||
|
keepalive_timeout 65; |
||||
|
gzip on; |
||||
|
client_body_temp_path ./; |
||||
|
client_max_body_size 0; |
||||
|
client_header_timeout 36000s; |
||||
|
client_body_timeout 36000s; |
||||
|
fastcgi_connect_timeout 36000s; |
||||
|
fastcgi_send_timeout 36000s; |
||||
|
fastcgi_read_timeout 36000s; |
||||
|
|
||||
|
server { |
||||
|
listen 8088; |
||||
|
server_name localhost; |
||||
|
charset utf-8; |
||||
|
#charset koi8-r; |
||||
|
#access_log logs/host.access.log main; |
||||
|
location / { |
||||
|
proxy_pass http://127.0.0.1:8089; |
||||
|
proxy_redirect off; |
||||
|
proxy_set_header Host $host; |
||||
|
proxy_set_header X-Real-IP $remote_addr; |
||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
||||
|
proxy_set_header REMOTE-HOST $remote_addr; |
||||
|
|
||||
|
} |
||||
|
error_page 500 502 503 504 /50x.html; |
||||
|
location = /50x.html { |
||||
|
root html; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,54 @@ |
|||||
|
|
||||
|
#user nobody; |
||||
|
worker_processes 1; |
||||
|
|
||||
|
#error_log logs/error.log; |
||||
|
#error_log logs/error.log notice; |
||||
|
#error_log logs/error.log info; |
||||
|
|
||||
|
#pid logs/nginx.pid; |
||||
|
|
||||
|
|
||||
|
events { |
||||
|
worker_connections 1024; |
||||
|
} |
||||
|
|
||||
|
daemon off; |
||||
|
|
||||
|
http { |
||||
|
daemon off; |
||||
|
include mime.types; |
||||
|
default_type application/octet-stream; |
||||
|
sendfile on; |
||||
|
#tcp_nopush on; |
||||
|
keepalive_timeout 65; |
||||
|
gzip on; |
||||
|
client_body_temp_path ./; |
||||
|
client_max_body_size 0; |
||||
|
client_header_timeout 36000s; |
||||
|
client_body_timeout 36000s; |
||||
|
fastcgi_connect_timeout 36000s; |
||||
|
fastcgi_send_timeout 36000s; |
||||
|
fastcgi_read_timeout 36000s; |
||||
|
|
||||
|
server { |
||||
|
listen 8088; |
||||
|
server_name localhost; |
||||
|
charset utf-8; |
||||
|
#charset koi8-r; |
||||
|
#access_log logs/host.access.log main; |
||||
|
location / { |
||||
|
proxy_pass http://127.0.0.1:8089; |
||||
|
proxy_redirect off; |
||||
|
proxy_set_header Host $host; |
||||
|
proxy_set_header X-Real-IP $remote_addr; |
||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
||||
|
proxy_set_header REMOTE-HOST $remote_addr; |
||||
|
|
||||
|
} |
||||
|
error_page 500 502 503 504 /50x.html; |
||||
|
location = /50x.html { |
||||
|
root html; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,182 @@ |
|||||
|
|
||||
|
worker_processes 1; |
||||
|
|
||||
|
events { |
||||
|
worker_connections 1024; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
http { |
||||
|
include mime.types; |
||||
|
default_type application/octet-stream; |
||||
|
|
||||
|
sendfile on; |
||||
|
#tcp_nopush on; |
||||
|
|
||||
|
#keepalive_timeout 0; |
||||
|
keepalive_timeout 65; |
||||
|
|
||||
|
#gzip on; |
||||
|
|
||||
|
server { |
||||
|
listen 18080; |
||||
|
server_name localhost; |
||||
|
|
||||
|
#charset koi8-r; |
||||
|
|
||||
|
#access_log logs/host.access.log main; |
||||
|
|
||||
|
location /flvstream { |
||||
|
proxy_pass http://192.168.1.168/0.flv; |
||||
|
proxy_buffering on; |
||||
|
proxy_buffers 16 4k; |
||||
|
proxy_busy_buffers_size 8k; |
||||
|
proxy_temp_file_write_size 8k; |
||||
|
|
||||
|
# 设置适当的头信息 |
||||
|
proxy_set_header Host $host; |
||||
|
proxy_set_header X-Real-IP $remote_addr; |
||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
||||
|
} |
||||
|
|
||||
|
#error_page 404 /404.html; |
||||
|
|
||||
|
# redirect server error pages to the static page /50x.html |
||||
|
# |
||||
|
error_page 500 502 503 504 /50x.html; |
||||
|
location = /50x.html { |
||||
|
root html; |
||||
|
} |
||||
|
|
||||
|
# proxy the PHP scripts to Apache listening on 127.0.0.1:80 |
||||
|
# |
||||
|
#location ~ \.php$ { |
||||
|
# proxy_pass http://127.0.0.1; |
||||
|
#} |
||||
|
|
||||
|
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 |
||||
|
# |
||||
|
#location ~ \.php$ { |
||||
|
# root html; |
||||
|
# fastcgi_pass 127.0.0.1:9000; |
||||
|
# fastcgi_index index.php; |
||||
|
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; |
||||
|
# include fastcgi_params; |
||||
|
#} |
||||
|
|
||||
|
# deny access to .htaccess files, if Apache's document root |
||||
|
# concurs with nginx's one |
||||
|
# |
||||
|
#location ~ /\.ht { |
||||
|
# deny all; |
||||
|
#} |
||||
|
} |
||||
|
|
||||
|
server { |
||||
|
listen 18081; |
||||
|
server_name localhost; |
||||
|
|
||||
|
#charset koi8-r; |
||||
|
|
||||
|
#access_log logs/host.access.log main; |
||||
|
|
||||
|
location /flvstream1 { |
||||
|
proxy_pass http://192.168.1.169/0.flv; |
||||
|
proxy_buffering on; |
||||
|
proxy_buffers 16 4k; |
||||
|
proxy_busy_buffers_size 8k; |
||||
|
proxy_temp_file_write_size 8k; |
||||
|
|
||||
|
# 设置适当的头信息 |
||||
|
proxy_set_header Host $host; |
||||
|
proxy_set_header X-Real-IP $remote_addr; |
||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
server { |
||||
|
listen 18082; |
||||
|
server_name localhost; |
||||
|
|
||||
|
#charset koi8-r; |
||||
|
|
||||
|
#access_log logs/host.access.log main; |
||||
|
|
||||
|
location /flvstream2 { |
||||
|
proxy_pass http://192.168.1.170/0.flv; |
||||
|
proxy_buffering on; |
||||
|
proxy_buffers 16 4k; |
||||
|
proxy_busy_buffers_size 8k; |
||||
|
proxy_temp_file_write_size 8k; |
||||
|
|
||||
|
# 设置适当的头信息 |
||||
|
proxy_set_header Host $host; |
||||
|
proxy_set_header X-Real-IP $remote_addr; |
||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
server { |
||||
|
listen 18083; |
||||
|
server_name localhost; |
||||
|
charset utf-8; |
||||
|
|
||||
|
location / { |
||||
|
alias D:\uav\fileService/; |
||||
|
index index.html index.htm; |
||||
|
} |
||||
|
|
||||
|
location /file { |
||||
|
alias D:\uav\fileService/; |
||||
|
allow all; |
||||
|
autoindex on; |
||||
|
} |
||||
|
|
||||
|
error_page 500 502 503 504 /50x.html; |
||||
|
location = /50x.html { |
||||
|
root html; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
# another virtual host using mix of IP-, name-, and port-based configuration |
||||
|
# |
||||
|
#server { |
||||
|
# listen 8000; |
||||
|
# listen somename:8080; |
||||
|
# server_name somename alias another.alias; |
||||
|
|
||||
|
# location / { |
||||
|
# root html; |
||||
|
# index index.html index.htm; |
||||
|
# } |
||||
|
#} |
||||
|
|
||||
|
|
||||
|
# HTTPS server |
||||
|
# |
||||
|
#server { |
||||
|
# listen 443 ssl; |
||||
|
# server_name localhost; |
||||
|
|
||||
|
# ssl_certificate cert.pem; |
||||
|
# ssl_certificate_key cert.key; |
||||
|
|
||||
|
# ssl_session_cache shared:SSL:1m; |
||||
|
# ssl_session_timeout 5m; |
||||
|
|
||||
|
# ssl_ciphers HIGH:!aNULL:!MD5; |
||||
|
# ssl_prefer_server_ciphers on; |
||||
|
|
||||
|
# location / { |
||||
|
# root html; |
||||
|
# index index.html index.htm; |
||||
|
# } |
||||
|
#} |
||||
|
|
||||
|
} |
||||
@ -0,0 +1,17 @@ |
|||||
|
|
||||
|
scgi_param REQUEST_METHOD $request_method; |
||||
|
scgi_param REQUEST_URI $request_uri; |
||||
|
scgi_param QUERY_STRING $query_string; |
||||
|
scgi_param CONTENT_TYPE $content_type; |
||||
|
|
||||
|
scgi_param DOCUMENT_URI $document_uri; |
||||
|
scgi_param DOCUMENT_ROOT $document_root; |
||||
|
scgi_param SCGI 1; |
||||
|
scgi_param SERVER_PROTOCOL $server_protocol; |
||||
|
scgi_param REQUEST_SCHEME $scheme; |
||||
|
scgi_param HTTPS $https if_not_empty; |
||||
|
|
||||
|
scgi_param REMOTE_ADDR $remote_addr; |
||||
|
scgi_param REMOTE_PORT $remote_port; |
||||
|
scgi_param SERVER_PORT $server_port; |
||||
|
scgi_param SERVER_NAME $server_name; |
||||
@ -0,0 +1,17 @@ |
|||||
|
|
||||
|
uwsgi_param QUERY_STRING $query_string; |
||||
|
uwsgi_param REQUEST_METHOD $request_method; |
||||
|
uwsgi_param CONTENT_TYPE $content_type; |
||||
|
uwsgi_param CONTENT_LENGTH $content_length; |
||||
|
|
||||
|
uwsgi_param REQUEST_URI $request_uri; |
||||
|
uwsgi_param PATH_INFO $document_uri; |
||||
|
uwsgi_param DOCUMENT_ROOT $document_root; |
||||
|
uwsgi_param SERVER_PROTOCOL $server_protocol; |
||||
|
uwsgi_param REQUEST_SCHEME $scheme; |
||||
|
uwsgi_param HTTPS $https if_not_empty; |
||||
|
|
||||
|
uwsgi_param REMOTE_ADDR $remote_addr; |
||||
|
uwsgi_param REMOTE_PORT $remote_port; |
||||
|
uwsgi_param SERVER_PORT $server_port; |
||||
|
uwsgi_param SERVER_NAME $server_name; |
||||
@ -0,0 +1,126 @@ |
|||||
|
|
||||
|
# This map is not a full windows-1251 <> utf8 map: it does not |
||||
|
# contain Serbian and Macedonian letters. If you need a full map, |
||||
|
# use contrib/unicode2nginx/win-utf map instead. |
||||
|
|
||||
|
charset_map windows-1251 utf-8 { |
||||
|
|
||||
|
82 E2809A ; # single low-9 quotation mark |
||||
|
|
||||
|
84 E2809E ; # double low-9 quotation mark |
||||
|
85 E280A6 ; # ellipsis |
||||
|
86 E280A0 ; # dagger |
||||
|
87 E280A1 ; # double dagger |
||||
|
88 E282AC ; # euro |
||||
|
89 E280B0 ; # per mille |
||||
|
|
||||
|
91 E28098 ; # left single quotation mark |
||||
|
92 E28099 ; # right single quotation mark |
||||
|
93 E2809C ; # left double quotation mark |
||||
|
94 E2809D ; # right double quotation mark |
||||
|
95 E280A2 ; # bullet |
||||
|
96 E28093 ; # en dash |
||||
|
97 E28094 ; # em dash |
||||
|
|
||||
|
99 E284A2 ; # trade mark sign |
||||
|
|
||||
|
A0 C2A0 ; # |
||||
|
A1 D18E ; # capital Byelorussian short U |
||||
|
A2 D19E ; # small Byelorussian short u |
||||
|
|
||||
|
A4 C2A4 ; # currency sign |
||||
|
A5 D290 ; # capital Ukrainian soft G |
||||
|
A6 C2A6 ; # borken bar |
||||
|
A7 C2A7 ; # section sign |
||||
|
A8 D081 ; # capital YO |
||||
|
A9 C2A9 ; # (C) |
||||
|
AA D084 ; # capital Ukrainian YE |
||||
|
AB C2AB ; # left-pointing double angle quotation mark |
||||
|
AC C2AC ; # not sign |
||||
|
AD C2AD ; # soft hypen |
||||
|
AE C2AE ; # (R) |
||||
|
AF D087 ; # capital Ukrainian YI |
||||
|
|
||||
|
B0 C2B0 ; # ° |
||||
|
B1 C2B1 ; # plus-minus sign |
||||
|
B2 D086 ; # capital Ukrainian I |
||||
|
B3 D196 ; # small Ukrainian i |
||||
|
B4 D291 ; # small Ukrainian soft g |
||||
|
B5 C2B5 ; # micro sign |
||||
|
B6 C2B6 ; # pilcrow sign |
||||
|
B7 C2B7 ; # · |
||||
|
B8 D191 ; # small yo |
||||
|
B9 E28496 ; # numero sign |
||||
|
BA D194 ; # small Ukrainian ye |
||||
|
BB C2BB ; # right-pointing double angle quotation mark |
||||
|
|
||||
|
BF D197 ; # small Ukrainian yi |
||||
|
|
||||
|
C0 D090 ; # capital A |
||||
|
C1 D091 ; # capital B |
||||
|
C2 D092 ; # capital V |
||||
|
C3 D093 ; # capital G |
||||
|
C4 D094 ; # capital D |
||||
|
C5 D095 ; # capital YE |
||||
|
C6 D096 ; # capital ZH |
||||
|
C7 D097 ; # capital Z |
||||
|
C8 D098 ; # capital I |
||||
|
C9 D099 ; # capital J |
||||
|
CA D09A ; # capital K |
||||
|
CB D09B ; # capital L |
||||
|
CC D09C ; # capital M |
||||
|
CD D09D ; # capital N |
||||
|
CE D09E ; # capital O |
||||
|
CF D09F ; # capital P |
||||
|
|
||||
|
D0 D0A0 ; # capital R |
||||
|
D1 D0A1 ; # capital S |
||||
|
D2 D0A2 ; # capital T |
||||
|
D3 D0A3 ; # capital U |
||||
|
D4 D0A4 ; # capital F |
||||
|
D5 D0A5 ; # capital KH |
||||
|
D6 D0A6 ; # capital TS |
||||
|
D7 D0A7 ; # capital CH |
||||
|
D8 D0A8 ; # capital SH |
||||
|
D9 D0A9 ; # capital SHCH |
||||
|
DA D0AA ; # capital hard sign |
||||
|
DB D0AB ; # capital Y |
||||
|
DC D0AC ; # capital soft sign |
||||
|
DD D0AD ; # capital E |
||||
|
DE D0AE ; # capital YU |
||||
|
DF D0AF ; # capital YA |
||||
|
|
||||
|
E0 D0B0 ; # small a |
||||
|
E1 D0B1 ; # small b |
||||
|
E2 D0B2 ; # small v |
||||
|
E3 D0B3 ; # small g |
||||
|
E4 D0B4 ; # small d |
||||
|
E5 D0B5 ; # small ye |
||||
|
E6 D0B6 ; # small zh |
||||
|
E7 D0B7 ; # small z |
||||
|
E8 D0B8 ; # small i |
||||
|
E9 D0B9 ; # small j |
||||
|
EA D0BA ; # small k |
||||
|
EB D0BB ; # small l |
||||
|
EC D0BC ; # small m |
||||
|
ED D0BD ; # small n |
||||
|
EE D0BE ; # small o |
||||
|
EF D0BF ; # small p |
||||
|
|
||||
|
F0 D180 ; # small r |
||||
|
F1 D181 ; # small s |
||||
|
F2 D182 ; # small t |
||||
|
F3 D183 ; # small u |
||||
|
F4 D184 ; # small f |
||||
|
F5 D185 ; # small kh |
||||
|
F6 D186 ; # small ts |
||||
|
F7 D187 ; # small ch |
||||
|
F8 D188 ; # small sh |
||||
|
F9 D189 ; # small shch |
||||
|
FA D18A ; # small hard sign |
||||
|
FB D18B ; # small y |
||||
|
FC D18C ; # small soft sign |
||||
|
FD D18D ; # small e |
||||
|
FE D18E ; # small yu |
||||
|
FF D18F ; # small ya |
||||
|
} |
||||
@ -0,0 +1,21 @@ |
|||||
|
|
||||
|
geo2nginx.pl by Andrei Nigmatulin |
||||
|
|
||||
|
The perl script to convert CSV geoip database ( free download |
||||
|
at http://www.maxmind.com/app/geoip_country ) to format, suitable |
||||
|
for use by the ngx_http_geo_module. |
||||
|
|
||||
|
|
||||
|
unicode2nginx by Maxim Dounin |
||||
|
|
||||
|
The perl script to convert unicode mappings ( available |
||||
|
at http://www.unicode.org/Public/MAPPINGS/ ) to the nginx |
||||
|
configuration file format. |
||||
|
Two generated full maps for windows-1251 and koi8-r. |
||||
|
|
||||
|
|
||||
|
vim by Evan Miller |
||||
|
|
||||
|
Syntax highlighting of nginx configuration for vim, to be |
||||
|
placed into ~/.vim/. |
||||
|
|
||||
@ -0,0 +1,58 @@ |
|||||
|
#!/usr/bin/perl -w |
||||
|
|
||||
|
# (c) Andrei Nigmatulin, 2005 |
||||
|
# |
||||
|
# this script provided "as is", without any warranties. use it at your own risk. |
||||
|
# |
||||
|
# special thanx to Andrew Sitnikov for perl port |
||||
|
# |
||||
|
# this script converts CSV geoip database (free download at http://www.maxmind.com/app/geoip_country) |
||||
|
# to format, suitable for use with nginx_http_geo module (http://sysoev.ru/nginx) |
||||
|
# |
||||
|
# for example, line with ip range |
||||
|
# |
||||
|
# "62.16.68.0","62.16.127.255","1041253376","1041268735","RU","Russian Federation" |
||||
|
# |
||||
|
# will be converted to four subnetworks: |
||||
|
# |
||||
|
# 62.16.68.0/22 RU; |
||||
|
# 62.16.72.0/21 RU; |
||||
|
# 62.16.80.0/20 RU; |
||||
|
# 62.16.96.0/19 RU; |
||||
|
|
||||
|
|
||||
|
use warnings; |
||||
|
use strict; |
||||
|
|
||||
|
while( <STDIN> ){ |
||||
|
if (/"[^"]+","[^"]+","([^"]+)","([^"]+)","([^"]+)"/){ |
||||
|
print_subnets($1, $2, $3); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
sub print_subnets { |
||||
|
my ($a1, $a2, $c) = @_; |
||||
|
my $l; |
||||
|
while ($a1 <= $a2) { |
||||
|
for ($l = 0; ($a1 & (1 << $l)) == 0 && ($a1 + ((1 << ($l + 1)) - 1)) <= $a2; $l++){}; |
||||
|
print long2ip($a1) . "/" . (32 - $l) . " " . $c . ";\n"; |
||||
|
$a1 += (1 << $l); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
sub long2ip { |
||||
|
my $ip = shift; |
||||
|
|
||||
|
my $str = 0; |
||||
|
|
||||
|
$str = ($ip & 255); |
||||
|
|
||||
|
$ip >>= 8; |
||||
|
$str = ($ip & 255).".$str"; |
||||
|
|
||||
|
$ip >>= 8; |
||||
|
$str = ($ip & 255).".$str"; |
||||
|
|
||||
|
$ip >>= 8; |
||||
|
$str = ($ip & 255).".$str"; |
||||
|
} |
||||
@ -0,0 +1,131 @@ |
|||||
|
charset_map koi8-r utf-8 { |
||||
|
|
||||
|
80 E29480 ; # BOX DRAWINGS LIGHT HORIZONTAL |
||||
|
81 E29482 ; # BOX DRAWINGS LIGHT VERTICAL |
||||
|
82 E2948C ; # BOX DRAWINGS LIGHT DOWN AND RIGHT |
||||
|
83 E29490 ; # BOX DRAWINGS LIGHT DOWN AND LEFT |
||||
|
84 E29494 ; # BOX DRAWINGS LIGHT UP AND RIGHT |
||||
|
85 E29498 ; # BOX DRAWINGS LIGHT UP AND LEFT |
||||
|
86 E2949C ; # BOX DRAWINGS LIGHT VERTICAL AND RIGHT |
||||
|
87 E294A4 ; # BOX DRAWINGS LIGHT VERTICAL AND LEFT |
||||
|
88 E294AC ; # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL |
||||
|
89 E294B4 ; # BOX DRAWINGS LIGHT UP AND HORIZONTAL |
||||
|
8A E294BC ; # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL |
||||
|
8B E29680 ; # UPPER HALF BLOCK |
||||
|
8C E29684 ; # LOWER HALF BLOCK |
||||
|
8D E29688 ; # FULL BLOCK |
||||
|
8E E2968C ; # LEFT HALF BLOCK |
||||
|
8F E29690 ; # RIGHT HALF BLOCK |
||||
|
90 E29691 ; # LIGHT SHADE |
||||
|
91 E29692 ; # MEDIUM SHADE |
||||
|
92 E29693 ; # DARK SHADE |
||||
|
93 E28CA0 ; # TOP HALF INTEGRAL |
||||
|
94 E296A0 ; # BLACK SQUARE |
||||
|
95 E28899 ; # BULLET OPERATOR |
||||
|
96 E2889A ; # SQUARE ROOT |
||||
|
97 E28988 ; # ALMOST EQUAL TO |
||||
|
98 E289A4 ; # LESS-THAN OR EQUAL TO |
||||
|
99 E289A5 ; # GREATER-THAN OR EQUAL TO |
||||
|
9A C2A0 ; # NO-BREAK SPACE |
||||
|
9B E28CA1 ; # BOTTOM HALF INTEGRAL |
||||
|
9C C2B0 ; # DEGREE SIGN |
||||
|
9D C2B2 ; # SUPERSCRIPT TWO |
||||
|
9E C2B7 ; # MIDDLE DOT |
||||
|
9F C3B7 ; # DIVISION SIGN |
||||
|
A0 E29590 ; # BOX DRAWINGS DOUBLE HORIZONTAL |
||||
|
A1 E29591 ; # BOX DRAWINGS DOUBLE VERTICAL |
||||
|
A2 E29592 ; # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE |
||||
|
A3 D191 ; # CYRILLIC SMALL LETTER IO |
||||
|
A4 E29593 ; # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE |
||||
|
A5 E29594 ; # BOX DRAWINGS DOUBLE DOWN AND RIGHT |
||||
|
A6 E29595 ; # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE |
||||
|
A7 E29596 ; # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE |
||||
|
A8 E29597 ; # BOX DRAWINGS DOUBLE DOWN AND LEFT |
||||
|
A9 E29598 ; # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE |
||||
|
AA E29599 ; # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE |
||||
|
AB E2959A ; # BOX DRAWINGS DOUBLE UP AND RIGHT |
||||
|
AC E2959B ; # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE |
||||
|
AD E2959C ; # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE |
||||
|
AE E2959D ; # BOX DRAWINGS DOUBLE UP AND LEFT |
||||
|
AF E2959E ; # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE |
||||
|
B0 E2959F ; # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE |
||||
|
B1 E295A0 ; # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT |
||||
|
B2 E295A1 ; # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE |
||||
|
B3 D081 ; # CYRILLIC CAPITAL LETTER IO |
||||
|
B4 E295A2 ; # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE |
||||
|
B5 E295A3 ; # BOX DRAWINGS DOUBLE VERTICAL AND LEFT |
||||
|
B6 E295A4 ; # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE |
||||
|
B7 E295A5 ; # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE |
||||
|
B8 E295A6 ; # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL |
||||
|
B9 E295A7 ; # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE |
||||
|
BA E295A8 ; # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE |
||||
|
BB E295A9 ; # BOX DRAWINGS DOUBLE UP AND HORIZONTAL |
||||
|
BC E295AA ; # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE |
||||
|
BD E295AB ; # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE |
||||
|
BE E295AC ; # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL |
||||
|
BF C2A9 ; # COPYRIGHT SIGN |
||||
|
C0 D18E ; # CYRILLIC SMALL LETTER YU |
||||
|
C1 D0B0 ; # CYRILLIC SMALL LETTER A |
||||
|
C2 D0B1 ; # CYRILLIC SMALL LETTER BE |
||||
|
C3 D186 ; # CYRILLIC SMALL LETTER TSE |
||||
|
C4 D0B4 ; # CYRILLIC SMALL LETTER DE |
||||
|
C5 D0B5 ; # CYRILLIC SMALL LETTER IE |
||||
|
C6 D184 ; # CYRILLIC SMALL LETTER EF |
||||
|
C7 D0B3 ; # CYRILLIC SMALL LETTER GHE |
||||
|
C8 D185 ; # CYRILLIC SMALL LETTER HA |
||||
|
C9 D0B8 ; # CYRILLIC SMALL LETTER I |
||||
|
CA D0B9 ; # CYRILLIC SMALL LETTER SHORT I |
||||
|
CB D0BA ; # CYRILLIC SMALL LETTER KA |
||||
|
CC D0BB ; # CYRILLIC SMALL LETTER EL |
||||
|
CD D0BC ; # CYRILLIC SMALL LETTER EM |
||||
|
CE D0BD ; # CYRILLIC SMALL LETTER EN |
||||
|
CF D0BE ; # CYRILLIC SMALL LETTER O |
||||
|
D0 D0BF ; # CYRILLIC SMALL LETTER PE |
||||
|
D1 D18F ; # CYRILLIC SMALL LETTER YA |
||||
|
D2 D180 ; # CYRILLIC SMALL LETTER ER |
||||
|
D3 D181 ; # CYRILLIC SMALL LETTER ES |
||||
|
D4 D182 ; # CYRILLIC SMALL LETTER TE |
||||
|
D5 D183 ; # CYRILLIC SMALL LETTER U |
||||
|
D6 D0B6 ; # CYRILLIC SMALL LETTER ZHE |
||||
|
D7 D0B2 ; # CYRILLIC SMALL LETTER VE |
||||
|
D8 D18C ; # CYRILLIC SMALL LETTER SOFT SIGN |
||||
|
D9 D18B ; # CYRILLIC SMALL LETTER YERU |
||||
|
DA D0B7 ; # CYRILLIC SMALL LETTER ZE |
||||
|
DB D188 ; # CYRILLIC SMALL LETTER SHA |
||||
|
DC D18D ; # CYRILLIC SMALL LETTER E |
||||
|
DD D189 ; # CYRILLIC SMALL LETTER SHCHA |
||||
|
DE D187 ; # CYRILLIC SMALL LETTER CHE |
||||
|
DF D18A ; # CYRILLIC SMALL LETTER HARD SIGN |
||||
|
E0 D0AE ; # CYRILLIC CAPITAL LETTER YU |
||||
|
E1 D090 ; # CYRILLIC CAPITAL LETTER A |
||||
|
E2 D091 ; # CYRILLIC CAPITAL LETTER BE |
||||
|
E3 D0A6 ; # CYRILLIC CAPITAL LETTER TSE |
||||
|
E4 D094 ; # CYRILLIC CAPITAL LETTER DE |
||||
|
E5 D095 ; # CYRILLIC CAPITAL LETTER IE |
||||
|
E6 D0A4 ; # CYRILLIC CAPITAL LETTER EF |
||||
|
E7 D093 ; # CYRILLIC CAPITAL LETTER GHE |
||||
|
E8 D0A5 ; # CYRILLIC CAPITAL LETTER HA |
||||
|
E9 D098 ; # CYRILLIC CAPITAL LETTER I |
||||
|
EA D099 ; # CYRILLIC CAPITAL LETTER SHORT I |
||||
|
EB D09A ; # CYRILLIC CAPITAL LETTER KA |
||||
|
EC D09B ; # CYRILLIC CAPITAL LETTER EL |
||||
|
ED D09C ; # CYRILLIC CAPITAL LETTER EM |
||||
|
EE D09D ; # CYRILLIC CAPITAL LETTER EN |
||||
|
EF D09E ; # CYRILLIC CAPITAL LETTER O |
||||
|
F0 D09F ; # CYRILLIC CAPITAL LETTER PE |
||||
|
F1 D0AF ; # CYRILLIC CAPITAL LETTER YA |
||||
|
F2 D0A0 ; # CYRILLIC CAPITAL LETTER ER |
||||
|
F3 D0A1 ; # CYRILLIC CAPITAL LETTER ES |
||||
|
F4 D0A2 ; # CYRILLIC CAPITAL LETTER TE |
||||
|
F5 D0A3 ; # CYRILLIC CAPITAL LETTER U |
||||
|
F6 D096 ; # CYRILLIC CAPITAL LETTER ZHE |
||||
|
F7 D092 ; # CYRILLIC CAPITAL LETTER VE |
||||
|
F8 D0AC ; # CYRILLIC CAPITAL LETTER SOFT SIGN |
||||
|
F9 D0AB ; # CYRILLIC CAPITAL LETTER YERU |
||||
|
FA D097 ; # CYRILLIC CAPITAL LETTER ZE |
||||
|
FB D0A8 ; # CYRILLIC CAPITAL LETTER SHA |
||||
|
FC D0AD ; # CYRILLIC CAPITAL LETTER E |
||||
|
FD D0A9 ; # CYRILLIC CAPITAL LETTER SHCHA |
||||
|
FE D0A7 ; # CYRILLIC CAPITAL LETTER CHE |
||||
|
FF D0AA ; # CYRILLIC CAPITAL LETTER HARD SIGN |
||||
|
} |
||||
@ -0,0 +1,48 @@ |
|||||
|
#!/usr/bin/perl -w |
||||
|
|
||||
|
# Convert unicode mappings to nginx configuration file format. |
||||
|
|
||||
|
# You may find useful mappings in various places, including |
||||
|
# unicode.org official site: |
||||
|
# |
||||
|
# http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1251.TXT |
||||
|
# http://www.unicode.org/Public/MAPPINGS/VENDORS/MISC/KOI8-R.TXT |
||||
|
|
||||
|
# Needs perl 5.6 or later. |
||||
|
|
||||
|
# Written by Maxim Dounin, mdounin@mdounin.ru |
||||
|
|
||||
|
############################################################################### |
||||
|
|
||||
|
require 5.006; |
||||
|
|
||||
|
while (<>) { |
||||
|
# Skip comments and empty lines |
||||
|
|
||||
|
next if /^#/; |
||||
|
next if /^\s*$/; |
||||
|
chomp; |
||||
|
|
||||
|
# Convert mappings |
||||
|
|
||||
|
if (/^\s*0x(..)\s*0x(....)\s*(#.*)/) { |
||||
|
# Mapping <from-code> <unicode-code> "#" <unicode-name> |
||||
|
my $cs_code = $1; |
||||
|
my $un_code = $2; |
||||
|
my $un_name = $3; |
||||
|
|
||||
|
# Produce UTF-8 sequence from character code; |
||||
|
|
||||
|
my $un_utf8 = join('', |
||||
|
map { sprintf("%02X", $_) } |
||||
|
unpack("U0C*", pack("U", hex($un_code))) |
||||
|
); |
||||
|
|
||||
|
print " $cs_code $un_utf8 ; $un_name\n"; |
||||
|
|
||||
|
} else { |
||||
|
warn "Unrecognized line: '$_'"; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
############################################################################### |
||||
@ -0,0 +1,130 @@ |
|||||
|
charset_map windows-1251 utf-8 { |
||||
|
|
||||
|
80 D082 ; #CYRILLIC CAPITAL LETTER DJE |
||||
|
81 D083 ; #CYRILLIC CAPITAL LETTER GJE |
||||
|
82 E2809A ; #SINGLE LOW-9 QUOTATION MARK |
||||
|
83 D193 ; #CYRILLIC SMALL LETTER GJE |
||||
|
84 E2809E ; #DOUBLE LOW-9 QUOTATION MARK |
||||
|
85 E280A6 ; #HORIZONTAL ELLIPSIS |
||||
|
86 E280A0 ; #DAGGER |
||||
|
87 E280A1 ; #DOUBLE DAGGER |
||||
|
88 E282AC ; #EURO SIGN |
||||
|
89 E280B0 ; #PER MILLE SIGN |
||||
|
8A D089 ; #CYRILLIC CAPITAL LETTER LJE |
||||
|
8B E280B9 ; #SINGLE LEFT-POINTING ANGLE QUOTATION MARK |
||||
|
8C D08A ; #CYRILLIC CAPITAL LETTER NJE |
||||
|
8D D08C ; #CYRILLIC CAPITAL LETTER KJE |
||||
|
8E D08B ; #CYRILLIC CAPITAL LETTER TSHE |
||||
|
8F D08F ; #CYRILLIC CAPITAL LETTER DZHE |
||||
|
90 D192 ; #CYRILLIC SMALL LETTER DJE |
||||
|
91 E28098 ; #LEFT SINGLE QUOTATION MARK |
||||
|
92 E28099 ; #RIGHT SINGLE QUOTATION MARK |
||||
|
93 E2809C ; #LEFT DOUBLE QUOTATION MARK |
||||
|
94 E2809D ; #RIGHT DOUBLE QUOTATION MARK |
||||
|
95 E280A2 ; #BULLET |
||||
|
96 E28093 ; #EN DASH |
||||
|
97 E28094 ; #EM DASH |
||||
|
99 E284A2 ; #TRADE MARK SIGN |
||||
|
9A D199 ; #CYRILLIC SMALL LETTER LJE |
||||
|
9B E280BA ; #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK |
||||
|
9C D19A ; #CYRILLIC SMALL LETTER NJE |
||||
|
9D D19C ; #CYRILLIC SMALL LETTER KJE |
||||
|
9E D19B ; #CYRILLIC SMALL LETTER TSHE |
||||
|
9F D19F ; #CYRILLIC SMALL LETTER DZHE |
||||
|
A0 C2A0 ; #NO-BREAK SPACE |
||||
|
A1 D08E ; #CYRILLIC CAPITAL LETTER SHORT U |
||||
|
A2 D19E ; #CYRILLIC SMALL LETTER SHORT U |
||||
|
A3 D088 ; #CYRILLIC CAPITAL LETTER JE |
||||
|
A4 C2A4 ; #CURRENCY SIGN |
||||
|
A5 D290 ; #CYRILLIC CAPITAL LETTER GHE WITH UPTURN |
||||
|
A6 C2A6 ; #BROKEN BAR |
||||
|
A7 C2A7 ; #SECTION SIGN |
||||
|
A8 D081 ; #CYRILLIC CAPITAL LETTER IO |
||||
|
A9 C2A9 ; #COPYRIGHT SIGN |
||||
|
AA D084 ; #CYRILLIC CAPITAL LETTER UKRAINIAN IE |
||||
|
AB C2AB ; #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK |
||||
|
AC C2AC ; #NOT SIGN |
||||
|
AD C2AD ; #SOFT HYPHEN |
||||
|
AE C2AE ; #REGISTERED SIGN |
||||
|
AF D087 ; #CYRILLIC CAPITAL LETTER YI |
||||
|
B0 C2B0 ; #DEGREE SIGN |
||||
|
B1 C2B1 ; #PLUS-MINUS SIGN |
||||
|
B2 D086 ; #CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I |
||||
|
B3 D196 ; #CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I |
||||
|
B4 D291 ; #CYRILLIC SMALL LETTER GHE WITH UPTURN |
||||
|
B5 C2B5 ; #MICRO SIGN |
||||
|
B6 C2B6 ; #PILCROW SIGN |
||||
|
B7 C2B7 ; #MIDDLE DOT |
||||
|
B8 D191 ; #CYRILLIC SMALL LETTER IO |
||||
|
B9 E28496 ; #NUMERO SIGN |
||||
|
BA D194 ; #CYRILLIC SMALL LETTER UKRAINIAN IE |
||||
|
BB C2BB ; #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK |
||||
|
BC D198 ; #CYRILLIC SMALL LETTER JE |
||||
|
BD D085 ; #CYRILLIC CAPITAL LETTER DZE |
||||
|
BE D195 ; #CYRILLIC SMALL LETTER DZE |
||||
|
BF D197 ; #CYRILLIC SMALL LETTER YI |
||||
|
C0 D090 ; #CYRILLIC CAPITAL LETTER A |
||||
|
C1 D091 ; #CYRILLIC CAPITAL LETTER BE |
||||
|
C2 D092 ; #CYRILLIC CAPITAL LETTER VE |
||||
|
C3 D093 ; #CYRILLIC CAPITAL LETTER GHE |
||||
|
C4 D094 ; #CYRILLIC CAPITAL LETTER DE |
||||
|
C5 D095 ; #CYRILLIC CAPITAL LETTER IE |
||||
|
C6 D096 ; #CYRILLIC CAPITAL LETTER ZHE |
||||
|
C7 D097 ; #CYRILLIC CAPITAL LETTER ZE |
||||
|
C8 D098 ; #CYRILLIC CAPITAL LETTER I |
||||
|
C9 D099 ; #CYRILLIC CAPITAL LETTER SHORT I |
||||
|
CA D09A ; #CYRILLIC CAPITAL LETTER KA |
||||
|
CB D09B ; #CYRILLIC CAPITAL LETTER EL |
||||
|
CC D09C ; #CYRILLIC CAPITAL LETTER EM |
||||
|
CD D09D ; #CYRILLIC CAPITAL LETTER EN |
||||
|
CE D09E ; #CYRILLIC CAPITAL LETTER O |
||||
|
CF D09F ; #CYRILLIC CAPITAL LETTER PE |
||||
|
D0 D0A0 ; #CYRILLIC CAPITAL LETTER ER |
||||
|
D1 D0A1 ; #CYRILLIC CAPITAL LETTER ES |
||||
|
D2 D0A2 ; #CYRILLIC CAPITAL LETTER TE |
||||
|
D3 D0A3 ; #CYRILLIC CAPITAL LETTER U |
||||
|
D4 D0A4 ; #CYRILLIC CAPITAL LETTER EF |
||||
|
D5 D0A5 ; #CYRILLIC CAPITAL LETTER HA |
||||
|
D6 D0A6 ; #CYRILLIC CAPITAL LETTER TSE |
||||
|
D7 D0A7 ; #CYRILLIC CAPITAL LETTER CHE |
||||
|
D8 D0A8 ; #CYRILLIC CAPITAL LETTER SHA |
||||
|
D9 D0A9 ; #CYRILLIC CAPITAL LETTER SHCHA |
||||
|
DA D0AA ; #CYRILLIC CAPITAL LETTER HARD SIGN |
||||
|
DB D0AB ; #CYRILLIC CAPITAL LETTER YERU |
||||
|
DC D0AC ; #CYRILLIC CAPITAL LETTER SOFT SIGN |
||||
|
DD D0AD ; #CYRILLIC CAPITAL LETTER E |
||||
|
DE D0AE ; #CYRILLIC CAPITAL LETTER YU |
||||
|
DF D0AF ; #CYRILLIC CAPITAL LETTER YA |
||||
|
E0 D0B0 ; #CYRILLIC SMALL LETTER A |
||||
|
E1 D0B1 ; #CYRILLIC SMALL LETTER BE |
||||
|
E2 D0B2 ; #CYRILLIC SMALL LETTER VE |
||||
|
E3 D0B3 ; #CYRILLIC SMALL LETTER GHE |
||||
|
E4 D0B4 ; #CYRILLIC SMALL LETTER DE |
||||
|
E5 D0B5 ; #CYRILLIC SMALL LETTER IE |
||||
|
E6 D0B6 ; #CYRILLIC SMALL LETTER ZHE |
||||
|
E7 D0B7 ; #CYRILLIC SMALL LETTER ZE |
||||
|
E8 D0B8 ; #CYRILLIC SMALL LETTER I |
||||
|
E9 D0B9 ; #CYRILLIC SMALL LETTER SHORT I |
||||
|
EA D0BA ; #CYRILLIC SMALL LETTER KA |
||||
|
EB D0BB ; #CYRILLIC SMALL LETTER EL |
||||
|
EC D0BC ; #CYRILLIC SMALL LETTER EM |
||||
|
ED D0BD ; #CYRILLIC SMALL LETTER EN |
||||
|
EE D0BE ; #CYRILLIC SMALL LETTER O |
||||
|
EF D0BF ; #CYRILLIC SMALL LETTER PE |
||||
|
F0 D180 ; #CYRILLIC SMALL LETTER ER |
||||
|
F1 D181 ; #CYRILLIC SMALL LETTER ES |
||||
|
F2 D182 ; #CYRILLIC SMALL LETTER TE |
||||
|
F3 D183 ; #CYRILLIC SMALL LETTER U |
||||
|
F4 D184 ; #CYRILLIC SMALL LETTER EF |
||||
|
F5 D185 ; #CYRILLIC SMALL LETTER HA |
||||
|
F6 D186 ; #CYRILLIC SMALL LETTER TSE |
||||
|
F7 D187 ; #CYRILLIC SMALL LETTER CHE |
||||
|
F8 D188 ; #CYRILLIC SMALL LETTER SHA |
||||
|
F9 D189 ; #CYRILLIC SMALL LETTER SHCHA |
||||
|
FA D18A ; #CYRILLIC SMALL LETTER HARD SIGN |
||||
|
FB D18B ; #CYRILLIC SMALL LETTER YERU |
||||
|
FC D18C ; #CYRILLIC SMALL LETTER SOFT SIGN |
||||
|
FD D18D ; #CYRILLIC SMALL LETTER E |
||||
|
FE D18E ; #CYRILLIC SMALL LETTER YU |
||||
|
FF D18F ; #CYRILLIC SMALL LETTER YA |
||||
|
} |
||||
@ -0,0 +1,4 @@ |
|||||
|
au BufRead,BufNewFile *.nginx set ft=nginx |
||||
|
au BufRead,BufNewFile */etc/nginx/* set ft=nginx |
||||
|
au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx |
||||
|
au BufRead,BufNewFile nginx.conf set ft=nginx |
||||
@ -0,0 +1 @@ |
|||||
|
setlocal commentstring=#\ %s |
||||
@ -0,0 +1,11 @@ |
|||||
|
if exists("b:did_indent") |
||||
|
finish |
||||
|
endif |
||||
|
let b:did_indent = 1 |
||||
|
|
||||
|
setlocal indentexpr= |
||||
|
|
||||
|
" cindent actually works for nginx' simple file structure |
||||
|
setlocal cindent |
||||
|
" Just make sure that the comments are not reset as defs would be. |
||||
|
setlocal cinkeys-=0# |
||||
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -0,0 +1,125 @@ |
|||||
|
|
||||
|
LICENSE ISSUES |
||||
|
============== |
||||
|
|
||||
|
The OpenSSL toolkit stays under a double license, i.e. both the conditions of |
||||
|
the OpenSSL License and the original SSLeay license apply to the toolkit. |
||||
|
See below for the actual license texts. |
||||
|
|
||||
|
OpenSSL License |
||||
|
--------------- |
||||
|
|
||||
|
/* ==================================================================== |
||||
|
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. |
||||
|
* |
||||
|
* Redistribution and use in source and binary forms, with or without |
||||
|
* modification, are permitted provided that the following conditions |
||||
|
* are met: |
||||
|
* |
||||
|
* 1. Redistributions of source code must retain the above copyright |
||||
|
* notice, this list of conditions and the following disclaimer. |
||||
|
* |
||||
|
* 2. Redistributions in binary form must reproduce the above copyright |
||||
|
* notice, this list of conditions and the following disclaimer in |
||||
|
* the documentation and/or other materials provided with the |
||||
|
* distribution. |
||||
|
* |
||||
|
* 3. All advertising materials mentioning features or use of this |
||||
|
* software must display the following acknowledgment: |
||||
|
* "This product includes software developed by the OpenSSL Project |
||||
|
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
||||
|
* |
||||
|
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
||||
|
* endorse or promote products derived from this software without |
||||
|
* prior written permission. For written permission, please contact |
||||
|
* openssl-core@openssl.org. |
||||
|
* |
||||
|
* 5. Products derived from this software may not be called "OpenSSL" |
||||
|
* nor may "OpenSSL" appear in their names without prior written |
||||
|
* permission of the OpenSSL Project. |
||||
|
* |
||||
|
* 6. Redistributions of any form whatsoever must retain the following |
||||
|
* acknowledgment: |
||||
|
* "This product includes software developed by the OpenSSL Project |
||||
|
* for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
||||
|
* |
||||
|
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
||||
|
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
||||
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
||||
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
||||
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
||||
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
||||
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
||||
|
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
||||
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
||||
|
* OF THE POSSIBILITY OF SUCH DAMAGE. |
||||
|
* ==================================================================== |
||||
|
* |
||||
|
* This product includes cryptographic software written by Eric Young |
||||
|
* (eay@cryptsoft.com). This product includes software written by Tim |
||||
|
* Hudson (tjh@cryptsoft.com). |
||||
|
* |
||||
|
*/ |
||||
|
|
||||
|
Original SSLeay License |
||||
|
----------------------- |
||||
|
|
||||
|
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
||||
|
* All rights reserved. |
||||
|
* |
||||
|
* This package is an SSL implementation written |
||||
|
* by Eric Young (eay@cryptsoft.com). |
||||
|
* The implementation was written so as to conform with Netscapes SSL. |
||||
|
* |
||||
|
* This library is free for commercial and non-commercial use as long as |
||||
|
* the following conditions are aheared to. The following conditions |
||||
|
* apply to all code found in this distribution, be it the RC4, RSA, |
||||
|
* lhash, DES, etc., code; not just the SSL code. The SSL documentation |
||||
|
* included with this distribution is covered by the same copyright terms |
||||
|
* except that the holder is Tim Hudson (tjh@cryptsoft.com). |
||||
|
* |
||||
|
* Copyright remains Eric Young's, and as such any Copyright notices in |
||||
|
* the code are not to be removed. |
||||
|
* If this package is used in a product, Eric Young should be given attribution |
||||
|
* as the author of the parts of the library used. |
||||
|
* This can be in the form of a textual message at program startup or |
||||
|
* in documentation (online or textual) provided with the package. |
||||
|
* |
||||
|
* Redistribution and use in source and binary forms, with or without |
||||
|
* modification, are permitted provided that the following conditions |
||||
|
* are met: |
||||
|
* 1. Redistributions of source code must retain the copyright |
||||
|
* notice, this list of conditions and the following disclaimer. |
||||
|
* 2. Redistributions in binary form must reproduce the above copyright |
||||
|
* notice, this list of conditions and the following disclaimer in the |
||||
|
* documentation and/or other materials provided with the distribution. |
||||
|
* 3. All advertising materials mentioning features or use of this software |
||||
|
* must display the following acknowledgement: |
||||
|
* "This product includes cryptographic software written by |
||||
|
* Eric Young (eay@cryptsoft.com)" |
||||
|
* The word 'cryptographic' can be left out if the rouines from the library |
||||
|
* being used are not cryptographic related :-). |
||||
|
* 4. If you include any Windows specific code (or a derivative thereof) from |
||||
|
* the apps directory (application code) you must include an acknowledgement: |
||||
|
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
||||
|
* |
||||
|
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
||||
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
||||
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||
|
* SUCH DAMAGE. |
||||
|
* |
||||
|
* The licence and distribution terms for any publically available version or |
||||
|
* derivative of this code cannot be changed. i.e. this code cannot simply be |
||||
|
* copied and put under another distribution licence |
||||
|
* [including the GNU Public Licence.] |
||||
|
*/ |
||||
|
|
||||
@ -0,0 +1,94 @@ |
|||||
|
PCRE2 LICENCE |
||||
|
------------- |
||||
|
|
||||
|
PCRE2 is a library of functions to support regular expressions whose syntax |
||||
|
and semantics are as close as possible to those of the Perl 5 language. |
||||
|
|
||||
|
Releases 10.00 and above of PCRE2 are distributed under the terms of the "BSD" |
||||
|
licence, as specified below, with one exemption for certain binary |
||||
|
redistributions. The documentation for PCRE2, supplied in the "doc" directory, |
||||
|
is distributed under the same terms as the software itself. The data in the |
||||
|
testdata directory is not copyrighted and is in the public domain. |
||||
|
|
||||
|
The basic library functions are written in C and are freestanding. Also |
||||
|
included in the distribution is a just-in-time compiler that can be used to |
||||
|
optimize pattern matching. This is an optional feature that can be omitted when |
||||
|
the library is built. |
||||
|
|
||||
|
|
||||
|
THE BASIC LIBRARY FUNCTIONS |
||||
|
--------------------------- |
||||
|
|
||||
|
Written by: Philip Hazel |
||||
|
Email local part: Philip.Hazel |
||||
|
Email domain: gmail.com |
||||
|
|
||||
|
Retired from University of Cambridge Computing Service, |
||||
|
Cambridge, England. |
||||
|
|
||||
|
Copyright (c) 1997-2021 University of Cambridge |
||||
|
All rights reserved. |
||||
|
|
||||
|
|
||||
|
PCRE2 JUST-IN-TIME COMPILATION SUPPORT |
||||
|
-------------------------------------- |
||||
|
|
||||
|
Written by: Zoltan Herczeg |
||||
|
Email local part: hzmester |
||||
|
Email domain: freemail.hu |
||||
|
|
||||
|
Copyright(c) 2010-2021 Zoltan Herczeg |
||||
|
All rights reserved. |
||||
|
|
||||
|
|
||||
|
STACK-LESS JUST-IN-TIME COMPILER |
||||
|
-------------------------------- |
||||
|
|
||||
|
Written by: Zoltan Herczeg |
||||
|
Email local part: hzmester |
||||
|
Email domain: freemail.hu |
||||
|
|
||||
|
Copyright(c) 2009-2021 Zoltan Herczeg |
||||
|
All rights reserved. |
||||
|
|
||||
|
|
||||
|
THE "BSD" LICENCE |
||||
|
----------------- |
||||
|
|
||||
|
Redistribution and use in source and binary forms, with or without |
||||
|
modification, are permitted provided that the following conditions are met: |
||||
|
|
||||
|
* Redistributions of source code must retain the above copyright notices, |
||||
|
this list of conditions and the following disclaimer. |
||||
|
|
||||
|
* Redistributions in binary form must reproduce the above copyright |
||||
|
notices, this list of conditions and the following disclaimer in the |
||||
|
documentation and/or other materials provided with the distribution. |
||||
|
|
||||
|
* Neither the name of the University of Cambridge nor the names of any |
||||
|
contributors may be used to endorse or promote products derived from this |
||||
|
software without specific prior written permission. |
||||
|
|
||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
||||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
||||
|
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
||||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
||||
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
||||
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
||||
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
||||
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
||||
|
POSSIBILITY OF SUCH DAMAGE. |
||||
|
|
||||
|
|
||||
|
EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES |
||||
|
------------------------------------------ |
||||
|
|
||||
|
The second condition in the BSD licence (covering binary redistributions) does |
||||
|
not apply all the way down a chain of software. If binary package A includes |
||||
|
PCRE2, it must respect the condition, but if package B is software that |
||||
|
includes package A, the condition is not imposed on package B unless it uses |
||||
|
PCRE2 independently. |
||||
|
|
||||
|
End |
||||
@ -0,0 +1,3 @@ |
|||||
|
|
||||
|
Documentation is available at http://nginx.org |
||||
|
|
||||
@ -0,0 +1,20 @@ |
|||||
|
(C) 1995-2022 Jean-loup Gailly and Mark Adler |
||||
|
|
||||
|
This software is provided 'as-is', without any express or implied |
||||
|
warranty. In no event will the authors be held liable for any damages |
||||
|
arising from the use of this software. |
||||
|
|
||||
|
Permission is granted to anyone to use this software for any purpose, |
||||
|
including commercial applications, and to alter it and redistribute it |
||||
|
freely, subject to the following restrictions: |
||||
|
|
||||
|
1. The origin of this software must not be misrepresented; you must not |
||||
|
claim that you wrote the original software. If you use this software |
||||
|
in a product, an acknowledgment in the product documentation would be |
||||
|
appreciated but is not required. |
||||
|
2. Altered source versions must be plainly marked as such, and must not be |
||||
|
misrepresented as being the original software. |
||||
|
3. This notice may not be removed or altered from any source distribution. |
||||
|
|
||||
|
Jean-loup Gailly Mark Adler |
||||
|
jloup@gzip.org madler@alumni.caltech.edu |
||||
@ -0,0 +1,19 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<title>Error</title> |
||||
|
<style> |
||||
|
html { color-scheme: light dark; } |
||||
|
body { width: 35em; margin: 0 auto; |
||||
|
font-family: Tahoma, Verdana, Arial, sans-serif; } |
||||
|
</style> |
||||
|
</head> |
||||
|
<body> |
||||
|
<h1>An error occurred.</h1> |
||||
|
<p>Sorry, the page you are looking for is currently unavailable.<br/> |
||||
|
Please try again later.</p> |
||||
|
<p>If you are the system administrator of this resource then you should check |
||||
|
the error log for details.</p> |
||||
|
<p><em>Faithfully yours, nginx.</em></p> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,23 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<title>Welcome to nginx!</title> |
||||
|
<style> |
||||
|
html { color-scheme: light dark; } |
||||
|
body { width: 35em; margin: 0 auto; |
||||
|
font-family: Tahoma, Verdana, Arial, sans-serif; } |
||||
|
</style> |
||||
|
</head> |
||||
|
<body> |
||||
|
<h1>Welcome to nginx!</h1> |
||||
|
<p>If you see this page, the nginx web server is successfully installed and |
||||
|
working. Further configuration is required.</p> |
||||
|
|
||||
|
<p>For online documentation and support please refer to |
||||
|
<a href="http://nginx.org/">nginx.org</a>.<br/> |
||||
|
Commercial support is available at |
||||
|
<a href="http://nginx.com/">nginx.com</a>.</p> |
||||
|
|
||||
|
<p><em>Thank you for using nginx.</em></p> |
||||
|
</body> |
||||
|
</html> |
||||
File diff suppressed because it is too large
@ -0,0 +1,945 @@ |
|||||
|
2024/04/23 17:39:51 [error] 14608#14684: *8 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading upstream, client: 192.168.7.229, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.229:18080" |
||||
|
2024/04/25 14:21:05 [emerg] 7556#11284: "server" directive is not allowed here in D:\XRFile\nginx-1.24.0/conf/nginx.conf:42 |
||||
|
2024/04/25 16:52:30 [emerg] 8028#5932: "server" directive is not allowed here in D:\XRFile\nginx-1.24.0/conf/nginx.conf:42 |
||||
|
2024/04/26 09:12:20 [emerg] 20348#10372: "server" directive is not allowed here in D:\XRFile\nginx-1.24.0/conf/nginx.conf:42 |
||||
|
2024/04/27 14:48:57 [error] 19356#2452: *1 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream1 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18081" |
||||
|
2024/04/27 14:54:49 [error] 19356#2452: *7 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream1 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18081" |
||||
|
2024/04/27 14:55:10 [error] 19356#2452: *9 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream1 HTTP/1.0", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18081" |
||||
|
2024/04/27 14:56:29 [error] 19356#2452: *11 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream1 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18081" |
||||
|
2024/04/27 14:56:50 [error] 19356#2452: *13 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream1 HTTP/1.0", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18081" |
||||
|
2024/04/27 17:39:00 [error] 23584#12184: *7 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199:18080" |
||||
|
2024/04/28 12:37:11 [error] 24796#11372: *1 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199:18080" |
||||
|
2024/05/06 10:36:46 [error] 15952#16664: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/a40fb4f8c0994de7b3a68e9623d087d3/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /a40fb4f8c0994de7b3a68e9623d087d3/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/06 10:36:46 [error] 15952#16664: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/a40fb4f8c0994de7b3a68e9623d087d3/1.jpg" |
||||
|
2024/05/06 10:37:00 [error] 15952#16664: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/1.jpg" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/06 10:40:42 [error] 15952#16664: *4 CreateFile() "D:\XRFile\nginx-1.24.0/html/Model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /Model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/06 10:40:56 [error] 15952#16664: *4 CreateFile() "D:\XRFile\nginx-1.24.0/html/Model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /Model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/06 10:45:47 [error] 18908#8952: *1 CreateFile() "D:\uav\fileServiceModel1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /Model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/06 10:45:52 [error] 18908#8952: *1 CreateFile() "D:\uav\fileServiceModel1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /Model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/06 10:46:20 [error] 18908#8952: *1 CreateFile() "D:\uav\fileServicemodel1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/06 10:46:37 [error] 18908#8952: *1 CreateFile() "D:\uav\fileServicemodel1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 09:19:10 [error] 22128#16368: *1 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/model1/1.jpg" |
||||
|
2024/05/07 14:33:06 [error] 16036#3048: *1 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/model1/1.jpg" |
||||
|
2024/05/07 14:33:15 [error] 16036#3048: *1 CreateFile() "D:\uav\fileService/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:33:18 [error] 16036#3048: *1 CreateFile() "D:\uav\fileService/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:33:46 [error] 16036#3048: *1 CreateFile() "D:\uav\fileService/model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:33:50 [error] 16036#3048: *1 CreateFile() "D:\uav\fileService/model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:34:08 [error] 16036#3048: *1 CreateFile() "D:\uav\fileService/model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:36:25 [emerg] 18976#17372: invalid number of arguments in "alias" directive in D:\XRFile\nginx-1.24.0/conf/nginx.conf:104 |
||||
|
2024/05/07 14:36:25 [alert] 17540#9388: worker process 18976 exited with code 1 |
||||
|
2024/05/07 14:36:25 [alert] 17540#9388: could not respawn worker |
||||
|
2024/05/07 14:36:35 [emerg] 6924#8948: invalid number of arguments in "alias" directive in D:\XRFile\nginx-1.24.0/conf/nginx.conf:104 |
||||
|
2024/05/07 14:39:01 [error] 3588#10796: *1 CreateFile() "D:\uav\fileService\model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:42:26 [error] 3080#9484: *1 CreateFile() "D:\uav\fileService\model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:43:35 [error] 3080#9484: *4 CreateFile() "D:\uav\fileService\model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:45:58 [error] 8720#14504: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:46:02 [error] 8720#14504: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 14:46:09 [error] 8720#14504: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.JPG" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.JPG HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/07 16:16:09 [error] 19072#13448: *10 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:10 [error] 19072#13448: *11 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:11 [error] 19072#13448: *12 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:12 [error] 19072#13448: *13 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:14 [error] 19072#13448: *14 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:16 [error] 19072#13448: *15 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:18 [error] 19072#13448: *16 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:19 [error] 19072#13448: *17 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:22 [error] 19072#13448: *18 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:24 [error] 19072#13448: *19 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:26 [error] 19072#13448: *20 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:28 [error] 19072#13448: *21 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:30 [error] 19072#13448: *22 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:32 [error] 19072#13448: *23 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:34 [error] 19072#13448: *24 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:36 [error] 19072#13448: *25 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:38 [error] 19072#13448: *26 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:40 [error] 19072#13448: *27 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:42 [error] 19072#13448: *28 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:44 [error] 19072#13448: *29 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:46 [error] 19072#13448: *30 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:48 [error] 19072#13448: *31 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:50 [error] 19072#13448: *32 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:52 [error] 19072#13448: *33 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:53 [error] 19072#13448: *34 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:55 [error] 19072#13448: *35 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:16:58 [error] 19072#13448: *36 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:00 [error] 19072#13448: *37 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:02 [error] 19072#13448: *38 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:04 [error] 19072#13448: *39 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:06 [error] 19072#13448: *40 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:07 [error] 19072#13448: *41 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:10 [error] 19072#13448: *42 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:12 [error] 19072#13448: *43 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:14 [error] 19072#13448: *44 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:16 [error] 19072#13448: *45 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:18 [error] 19072#13448: *46 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:20 [error] 19072#13448: *47 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:22 [error] 19072#13448: *48 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:24 [error] 19072#13448: *49 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:26 [error] 19072#13448: *50 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:28 [error] 19072#13448: *51 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:30 [error] 19072#13448: *52 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:32 [error] 19072#13448: *53 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:34 [error] 19072#13448: *54 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:36 [error] 19072#13448: *55 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:38 [error] 19072#13448: *56 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:40 [error] 19072#13448: *57 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:42 [error] 19072#13448: *58 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:44 [error] 19072#13448: *59 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:46 [error] 19072#13448: *60 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:48 [error] 19072#13448: *61 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:50 [error] 19072#13448: *62 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:52 [error] 19072#13448: *63 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:54 [error] 19072#13448: *64 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:56 [error] 19072#13448: *65 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:17:58 [error] 19072#13448: *66 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:00 [error] 19072#13448: *67 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:02 [error] 19072#13448: *68 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:04 [error] 19072#13448: *69 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:06 [error] 19072#13448: *70 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:08 [error] 19072#13448: *71 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:10 [error] 19072#13448: *72 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:12 [error] 19072#13448: *73 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:14 [error] 19072#13448: *74 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:16 [error] 19072#13448: *75 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:18 [error] 19072#13448: *76 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:20 [error] 19072#13448: *77 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:22 [error] 19072#13448: *78 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:24 [error] 19072#13448: *79 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:26 [error] 19072#13448: *80 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:28 [error] 19072#13448: *81 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:30 [error] 19072#13448: *82 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:32 [error] 19072#13448: *83 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:34 [error] 19072#13448: *84 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/07 16:18:36 [error] 19072#13448: *85 CreateFile() "D:\uav\fileService/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199" |
||||
|
2024/05/08 10:55:59 [error] 11184#14280: *3 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/model1/1.jpg" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *2 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *3 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *4 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *5 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *6 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *7 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *8 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *9 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *10 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *11 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *12 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *13 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *14 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *15 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *16 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *17 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *18 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *19 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *20 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *21 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *22 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *23 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *24 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *25 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *26 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *27 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *28 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *29 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *30 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *31 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *32 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *33 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *34 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *35 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *36 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *37 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *38 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *39 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *40 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *41 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *42 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:32 [error] 16532#13256: *43 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:39:46 [error] 16532#13256: *44 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199:18082" |
||||
|
2024/05/08 12:39:46 [error] 16532#13256: *45 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.0", host: "192.168.7.199:18082" |
||||
|
2024/05/08 12:40:21 [error] 16532#13256: *46 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", host: "192.168.7.199:18082" |
||||
|
2024/05/08 12:40:21 [error] 16532#13256: *47 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream2" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.0", host: "192.168.7.199:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *50 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *51 CreateFile() "D:\XRFile\nginx-1.24.0/html/model2/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model2/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *52 CreateFile() "D:\XRFile\nginx-1.24.0/html/model3/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model3/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *53 CreateFile() "D:\XRFile\nginx-1.24.0/html/model4/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model4/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *54 CreateFile() "D:\XRFile\nginx-1.24.0/html/model5/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model5/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *55 CreateFile() "D:\XRFile\nginx-1.24.0/html/model6/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model6/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *56 CreateFile() "D:\XRFile\nginx-1.24.0/html/model7/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model7/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *57 CreateFile() "D:\XRFile\nginx-1.24.0/html/model8/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model8/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *58 CreateFile() "D:\XRFile\nginx-1.24.0/html/model9/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model9/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *59 CreateFile() "D:\XRFile\nginx-1.24.0/html/model10/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model10/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *60 CreateFile() "D:\XRFile\nginx-1.24.0/html/model11/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model11/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *61 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *62 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *63 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *64 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *65 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *66 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *67 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *68 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *69 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *70 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *71 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *72 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:47 [error] 16532#13256: *73 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *74 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *75 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *76 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *77 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *78 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *79 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *80 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *81 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *82 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *83 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *84 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *85 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *86 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *87 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *88 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *89 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *90 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *91 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *92 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *93 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *94 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *95 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *96 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *97 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *98 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *99 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *100 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *101 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *102 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *103 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *104 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *105 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *106 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *107 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *108 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *109 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *110 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *111 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *112 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:40:48 [error] 16532#13256: *113 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *114 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *115 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *116 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *117 CreateFile() "D:\XRFile\nginx-1.24.0/html/model6/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model6/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *118 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *119 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *120 CreateFile() "D:\XRFile\nginx-1.24.0/html/model7/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model7/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *121 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *122 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *123 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *124 CreateFile() "D:\XRFile\nginx-1.24.0/html/model8/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model8/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *125 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *126 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *127 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *128 CreateFile() "D:\XRFile\nginx-1.24.0/html/model9/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model9/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *129 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *130 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *131 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *132 CreateFile() "D:\XRFile\nginx-1.24.0/html/model10/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model10/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *133 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *134 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *135 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *136 CreateFile() "D:\XRFile\nginx-1.24.0/html/model11/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model11/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *137 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *138 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *139 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *140 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *141 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *142 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *143 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *144 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *145 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *146 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *147 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *148 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *149 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *150 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *151 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *152 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *153 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *154 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *155 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *156 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *157 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *158 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *159 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *160 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *161 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *162 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *163 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *164 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *165 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *166 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *167 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *168 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *169 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *170 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *171 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *172 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *173 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *174 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *175 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *176 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *177 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *178 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *179 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *180 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *181 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *182 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *183 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *184 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *185 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *186 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *187 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *188 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *189 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *190 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *191 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *192 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *193 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *194 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *195 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *196 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *197 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *198 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *199 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *200 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *201 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *202 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *203 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *204 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *205 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *206 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *207 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *208 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *209 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *210 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *211 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *212 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *213 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *214 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *215 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *216 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *217 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *218 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *219 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *220 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *221 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *222 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *223 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *224 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *225 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *226 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *227 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *228 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *229 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *230 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *231 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *232 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *233 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *234 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *235 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *236 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *237 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *238 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *239 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *240 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *241 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *242 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *243 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *244 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *245 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *246 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *247 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *248 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *249 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *250 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *251 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *252 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *253 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *254 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *255 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *256 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *257 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *258 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *259 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *260 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *261 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *262 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *263 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *264 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *265 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *266 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *267 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:41:33 [error] 16532#13256: *268 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *3 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *4 CreateFile() "D:\XRFile\nginx-1.24.0/html/model2/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model2/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *5 CreateFile() "D:\XRFile\nginx-1.24.0/html/model3/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model3/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *6 CreateFile() "D:\XRFile\nginx-1.24.0/html/model4/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model4/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *7 CreateFile() "D:\XRFile\nginx-1.24.0/html/model5/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model5/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *8 CreateFile() "D:\XRFile\nginx-1.24.0/html/model6/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model6/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *9 CreateFile() "D:\XRFile\nginx-1.24.0/html/model7/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model7/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *10 CreateFile() "D:\XRFile\nginx-1.24.0/html/model8/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model8/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *11 CreateFile() "D:\XRFile\nginx-1.24.0/html/model9/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model9/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *12 CreateFile() "D:\XRFile\nginx-1.24.0/html/model10/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model10/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *13 CreateFile() "D:\XRFile\nginx-1.24.0/html/model11/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model11/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *14 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *15 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *16 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *17 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *18 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *19 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *20 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *21 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *22 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *23 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *24 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *25 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *26 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *27 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *28 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *29 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *30 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *31 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *32 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *33 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *34 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *35 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *36 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *37 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *38 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *39 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *40 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *41 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *42 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *43 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *44 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *45 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *46 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:47 [error] 6152#13912: *47 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *48 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *49 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *50 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *51 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *52 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *53 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *54 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *55 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *56 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *57 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *58 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *59 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *60 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *61 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *62 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *63 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *64 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *65 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:45:48 [error] 6152#13912: *66 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *69 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *70 CreateFile() "D:\XRFile\nginx-1.24.0/html/model2/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model2/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *71 CreateFile() "D:\XRFile\nginx-1.24.0/html/model3/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model3/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *72 CreateFile() "D:\XRFile\nginx-1.24.0/html/model4/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model4/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *73 CreateFile() "D:\XRFile\nginx-1.24.0/html/model5/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model5/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *74 CreateFile() "D:\XRFile\nginx-1.24.0/html/model6/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model6/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *75 CreateFile() "D:\XRFile\nginx-1.24.0/html/model7/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model7/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *76 CreateFile() "D:\XRFile\nginx-1.24.0/html/model8/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model8/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *77 CreateFile() "D:\XRFile\nginx-1.24.0/html/model9/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model9/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *78 CreateFile() "D:\XRFile\nginx-1.24.0/html/model10/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model10/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *79 CreateFile() "D:\XRFile\nginx-1.24.0/html/model11/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model11/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *80 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *81 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *82 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *83 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *84 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *85 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *86 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *87 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *88 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *89 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *90 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *91 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *92 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *93 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *94 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *95 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *96 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *97 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *98 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *99 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *100 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *101 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *102 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *103 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *104 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *105 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *106 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:47 [error] 6152#13912: *107 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *108 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *109 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *110 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *111 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *112 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *113 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *114 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *115 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *116 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *117 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *118 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *119 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *120 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *121 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *122 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *123 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *124 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *125 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *126 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *127 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *128 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *129 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *130 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *131 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:50:48 [error] 6152#13912: *132 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *133 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *134 CreateFile() "D:\XRFile\nginx-1.24.0/html/model2/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model2/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *135 CreateFile() "D:\XRFile\nginx-1.24.0/html/model3/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model3/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *136 CreateFile() "D:\XRFile\nginx-1.24.0/html/model4/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model4/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *137 CreateFile() "D:\XRFile\nginx-1.24.0/html/model5/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model5/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *138 CreateFile() "D:\XRFile\nginx-1.24.0/html/model6/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model6/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *139 CreateFile() "D:\XRFile\nginx-1.24.0/html/model7/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model7/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *140 CreateFile() "D:\XRFile\nginx-1.24.0/html/model8/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model8/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *141 CreateFile() "D:\XRFile\nginx-1.24.0/html/model9/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model9/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *142 CreateFile() "D:\XRFile\nginx-1.24.0/html/model10/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model10/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *143 CreateFile() "D:\XRFile\nginx-1.24.0/html/model11/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model11/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *144 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *145 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *146 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *147 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *148 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *149 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *150 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *151 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *152 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *153 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *154 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *155 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *156 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *157 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *158 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *159 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *160 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *161 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *162 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *163 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *164 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *165 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *166 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *167 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *168 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *169 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *170 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *171 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *172 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *173 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *174 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *175 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *176 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *177 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *178 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *179 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:47 [error] 6152#13912: *180 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *181 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *182 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *183 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *184 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *185 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *186 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *187 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *188 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *189 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *190 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *191 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *192 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *193 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *194 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *195 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 12:55:48 [error] 6152#13912: *196 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *199 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *200 CreateFile() "D:\XRFile\nginx-1.24.0/html/model2/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model2/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *201 CreateFile() "D:\XRFile\nginx-1.24.0/html/model3/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model3/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *202 CreateFile() "D:\XRFile\nginx-1.24.0/html/model4/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model4/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *203 CreateFile() "D:\XRFile\nginx-1.24.0/html/model5/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model5/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *204 CreateFile() "D:\XRFile\nginx-1.24.0/html/model6/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model6/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *205 CreateFile() "D:\XRFile\nginx-1.24.0/html/model7/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model7/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *206 CreateFile() "D:\XRFile\nginx-1.24.0/html/model8/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model8/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *207 CreateFile() "D:\XRFile\nginx-1.24.0/html/model9/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model9/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *208 CreateFile() "D:\XRFile\nginx-1.24.0/html/model10/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model10/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *209 CreateFile() "D:\XRFile\nginx-1.24.0/html/model11/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model11/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *210 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *211 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *212 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *213 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *214 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *215 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *216 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *217 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *218 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *219 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *220 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *221 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *222 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *223 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *224 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *225 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *226 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *227 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *228 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *229 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *230 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *231 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *232 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *233 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:47 [error] 6152#13912: *234 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *235 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *236 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *237 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *238 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *239 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *240 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *241 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *242 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *243 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *244 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *245 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *246 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *247 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *248 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *249 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *250 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *251 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *252 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *253 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *254 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *255 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *256 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *257 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *258 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *259 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *260 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *261 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:00:48 [error] 6152#13912: *262 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *271 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *272 CreateFile() "D:\XRFile\nginx-1.24.0/html/model2/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model2/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *273 CreateFile() "D:\XRFile\nginx-1.24.0/html/model3/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model3/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *274 CreateFile() "D:\XRFile\nginx-1.24.0/html/model4/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model4/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *275 CreateFile() "D:\XRFile\nginx-1.24.0/html/model5/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model5/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *276 CreateFile() "D:\XRFile\nginx-1.24.0/html/model6/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model6/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *277 CreateFile() "D:\XRFile\nginx-1.24.0/html/model7/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model7/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *278 CreateFile() "D:\XRFile\nginx-1.24.0/html/model8/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model8/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *279 CreateFile() "D:\XRFile\nginx-1.24.0/html/model9/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model9/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *280 CreateFile() "D:\XRFile\nginx-1.24.0/html/model10/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model10/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *281 CreateFile() "D:\XRFile\nginx-1.24.0/html/model11/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model11/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *282 CreateFile() "D:\XRFile\nginx-1.24.0/html/model12/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model12/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *283 CreateFile() "D:\XRFile\nginx-1.24.0/html/model13/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model13/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *284 CreateFile() "D:\XRFile\nginx-1.24.0/html/model14/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model14/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *285 CreateFile() "D:\XRFile\nginx-1.24.0/html/model15/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model15/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *286 CreateFile() "D:\XRFile\nginx-1.24.0/html/model16/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model16/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *287 CreateFile() "D:\XRFile\nginx-1.24.0/html/model17/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model17/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *288 CreateFile() "D:\XRFile\nginx-1.24.0/html/model18/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model18/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *289 CreateFile() "D:\XRFile\nginx-1.24.0/html/model19/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model19/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *290 CreateFile() "D:\XRFile\nginx-1.24.0/html/model20/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model20/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *291 CreateFile() "D:\XRFile\nginx-1.24.0/html/model21/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model21/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *292 CreateFile() "D:\XRFile\nginx-1.24.0/html/model22/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model22/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *293 CreateFile() "D:\XRFile\nginx-1.24.0/html/model23/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model23/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *294 CreateFile() "D:\XRFile\nginx-1.24.0/html/model24/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model24/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *295 CreateFile() "D:\XRFile\nginx-1.24.0/html/model25/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model25/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *296 CreateFile() "D:\XRFile\nginx-1.24.0/html/model26/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model26/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *297 CreateFile() "D:\XRFile\nginx-1.24.0/html/model27/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model27/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *298 CreateFile() "D:\XRFile\nginx-1.24.0/html/model28/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model28/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *299 CreateFile() "D:\XRFile\nginx-1.24.0/html/model29/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model29/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *300 CreateFile() "D:\XRFile\nginx-1.24.0/html/model30/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model30/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *301 CreateFile() "D:\XRFile\nginx-1.24.0/html/model31/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model31/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *302 CreateFile() "D:\XRFile\nginx-1.24.0/html/model32/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model32/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *303 CreateFile() "D:\XRFile\nginx-1.24.0/html/model33/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model33/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *304 CreateFile() "D:\XRFile\nginx-1.24.0/html/model34/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model34/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *305 CreateFile() "D:\XRFile\nginx-1.24.0/html/model35/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model35/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *306 CreateFile() "D:\XRFile\nginx-1.24.0/html/model36/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model36/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:47 [error] 6152#13912: *307 CreateFile() "D:\XRFile\nginx-1.24.0/html/model37/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model37/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *308 CreateFile() "D:\XRFile\nginx-1.24.0/html/model38/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model38/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *309 CreateFile() "D:\XRFile\nginx-1.24.0/html/model39/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model39/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *310 CreateFile() "D:\XRFile\nginx-1.24.0/html/model40/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model40/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *311 CreateFile() "D:\XRFile\nginx-1.24.0/html/model41/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model41/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *312 CreateFile() "D:\XRFile\nginx-1.24.0/html/model42/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model42/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *313 CreateFile() "D:\XRFile\nginx-1.24.0/html/model43/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model43/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *314 CreateFile() "D:\XRFile\nginx-1.24.0/html/model44/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model44/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *315 CreateFile() "D:\XRFile\nginx-1.24.0/html/model45/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model45/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *316 CreateFile() "D:\XRFile\nginx-1.24.0/html/model46/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model46/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *317 CreateFile() "D:\XRFile\nginx-1.24.0/html/model47/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model47/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *318 CreateFile() "D:\XRFile\nginx-1.24.0/html/model48/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model48/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *319 CreateFile() "D:\XRFile\nginx-1.24.0/html/model49/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model49/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *320 CreateFile() "D:\XRFile\nginx-1.24.0/html/model50/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model50/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *321 CreateFile() "D:\XRFile\nginx-1.24.0/html/model51/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model51/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *322 CreateFile() "D:\XRFile\nginx-1.24.0/html/model52/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model52/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *323 CreateFile() "D:\XRFile\nginx-1.24.0/html/model53/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model53/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *324 CreateFile() "D:\XRFile\nginx-1.24.0/html/model54/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model54/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *325 CreateFile() "D:\XRFile\nginx-1.24.0/html/model55/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model55/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *326 CreateFile() "D:\XRFile\nginx-1.24.0/html/model56/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model56/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *327 CreateFile() "D:\XRFile\nginx-1.24.0/html/model57/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model57/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *328 CreateFile() "D:\XRFile\nginx-1.24.0/html/model58/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model58/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *329 CreateFile() "D:\XRFile\nginx-1.24.0/html/model59/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model59/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *330 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *331 CreateFile() "D:\XRFile\nginx-1.24.0/html/model61/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model61/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *332 CreateFile() "D:\XRFile\nginx-1.24.0/html/model62/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model62/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *333 CreateFile() "D:\XRFile\nginx-1.24.0/html/model63/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model63/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:05:48 [error] 6152#13912: *334 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:13:55 [error] 6152#13912: *335 CreateFile() "D:\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/model1/1.jpg" |
||||
|
2024/05/08 13:14:05 [error] 6152#13912: *335 CreateFile() "D:\XRFile\nginx-1.24.0/html/model67/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model67/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:14:11 [error] 6152#13912: *335 CreateFile() "D:\XRFile\nginx-1.24.0/html/model64/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model64/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:14:20 [error] 6152#13912: *335 CreateFile() "D:\XRFile\nginx-1.24.0/html/model60/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model60/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/08 13:15:07 [error] 6152#13912: *341 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18083", referrer: "http://localhost:18083/model60/1.jpg" |
||||
|
2024/05/08 13:15:24 [error] 6152#13912: *341 CreateFile() "D:\uav\fileService/model67/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model67/1.jpg HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/08 13:29:53 [error] 6152#13912: *1 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/08 15:03:36 [error] 6152#13912: *440 CreateFile() "D:\uav\fileService/model65/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model65/1.jpg HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/08 15:03:36 [error] 6152#13912: *441 CreateFile() "D:\uav\fileService/model66/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model66/1.jpg HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/08 15:03:36 [error] 6152#13912: *442 CreateFile() "D:\uav\fileService/model67/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model67/1.jpg HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/08 15:04:44 [error] 6152#13912: *447 CreateFile() "D:\uav\fileService/model65/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model65/1.jpg HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/09 08:53:37 [error] 3764#856: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/09 08:53:38 [error] 3764#856: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/09 08:53:38 [error] 3764#856: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/model1/1.jpg" |
||||
|
2024/05/09 08:53:46 [error] 3764#856: *3 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18083", referrer: "http://localhost:18083/model1/1.jpg" |
||||
|
2024/05/09 09:19:05 [error] 3764#856: *11 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.10, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199" |
||||
|
2024/05/09 17:12:56 [error] 3764#856: *64 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/10 07:37:57 [error] 9548#19580: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/10 07:37:58 [error] 9548#19580: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/10 07:37:58 [error] 9548#19580: *1 CreateFile() "D:\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/model1/1.jpg" |
||||
|
2024/05/10 07:38:04 [error] 9548#19580: *3 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18083", referrer: "http://localhost:18083/model1/1.jpg" |
||||
|
2024/05/11 08:55:10 [error] 11168#4956: *3 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/11 10:03:40 [error] 11168#4956: *1 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199:18080" |
||||
|
2024/05/11 11:30:48 [emerg] 23920#23640: bind() to 0.0.0.0:18083 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions) |
||||
|
2024/05/11 11:33:54 [emerg] 22460#13280: bind() to 0.0.0.0:18083 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions) |
||||
|
2024/05/11 12:24:10 [error] 14092#9644: *189 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/11 12:30:14 [error] 14092#9644: *225 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/11 12:30:35 [error] 14092#9644: *229 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.0", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/11 12:35:18 [error] 14092#9644: *263 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/11 12:35:39 [error] 14092#9644: *267 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.0", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/11 12:36:54 [error] 14092#9644: *277 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/11 12:37:15 [error] 14092#9644: *281 connect() failed (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.0", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/11 13:46:28 [error] 14092#9644: *291 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/05/12 14:51:52 [error] 4968#4608: *109 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/14 18:17:25 [error] 4968#4608: *297 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199:18080" |
||||
|
2024/05/15 15:29:49 [error] 4968#4608: *321 CreateFile() "D:\XRFile\nginx-1.24.0/html/model1/1.jpg" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /model1/1.jpg HTTP/1.1", host: "localhost:18082" |
||||
|
2024/05/15 15:29:49 [error] 4968#4608: *321 CreateFile() "D:\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18082", referrer: "http://localhost:18082/model1/1.jpg" |
||||
|
2024/05/15 15:30:01 [error] 4968#4608: *324 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/15 15:30:01 [error] 4968#4608: *324 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18083", referrer: "http://localhost:18083/" |
||||
|
2024/05/15 15:30:06 [error] 4968#4608: *324 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/15 15:31:14 [error] 4968#4608: *327 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/15 15:31:42 [error] 4968#4608: *327 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/15 15:31:46 [error] 4968#4608: *327 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/15 15:32:03 [error] 4968#4608: *330 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "127.0.0.1:18083" |
||||
|
2024/05/15 15:32:03 [error] 4968#4608: *330 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "127.0.0.1:18083", referrer: "http://127.0.0.1:18083/" |
||||
|
2024/05/15 15:32:08 [error] 4968#4608: *330 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "127.0.0.1:18083" |
||||
|
2024/05/15 15:36:39 [error] 4968#4608: *332 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "127.0.0.1:18083" |
||||
|
2024/05/15 15:36:43 [error] 4968#4608: *332 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "127.0.0.1:18083" |
||||
|
2024/05/15 15:36:47 [error] 4968#4608: *334 directory index of "D:\uav\fileService/" is forbidden, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost:18083" |
||||
|
2024/05/15 17:29:47 [emerg] 18548#9720: bind() to 0.0.0.0:18083 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions) |
||||
|
2024/05/15 17:33:25 [emerg] 18712#25880: bind() to 0.0.0.0:18083 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions) |
||||
|
2024/05/15 17:35:34 [error] 7564#28356: *7 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18083", referrer: "http://localhost:18083/model1/1.jpg" |
||||
|
2024/05/16 14:02:45 [error] 7124#17284: *7 CreateFile() "D:\uav\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost:18083", referrer: "http://localhost:18083/model1/1.jpg" |
||||
|
2024/05/16 14:58:05 [error] 7124#17284: *44 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199:18080" |
||||
|
2024/06/05 12:36:46 [error] 24716#3896: *9 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199" |
||||
|
2024/06/05 12:36:46 [error] 24716#3896: *7 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.10, server: localhost, request: "GET /flvstream1 HTTP/1.1", upstream: "http://192.168.1.169:80/0.flv", host: "192.168.7.199" |
||||
|
2024/06/05 12:36:46 [error] 24716#3896: *23 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream1 HTTP/1.1", upstream: "http://192.168.1.169:80/0.flv", host: "192.168.7.199:18081" |
||||
|
2024/06/05 12:36:46 [error] 24716#3896: *17 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.10, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199" |
||||
|
2024/06/05 17:29:01 [error] 24716#3896: *39 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", host: "192.168.7.199:18082" |
||||
|
2024/06/05 17:29:01 [error] 24716#3896: *40 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.0", host: "192.168.7.199:18082" |
||||
|
2024/06/05 17:29:09 [error] 24716#3896: *41 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", host: "192.168.7.199:18082" |
||||
|
2024/06/05 17:29:09 [error] 24716#3896: *42 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.0", host: "192.168.7.199:18082" |
||||
|
2024/06/05 17:29:56 [error] 24716#3896: *45 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", host: "192.168.7.199:18082" |
||||
|
2024/06/05 17:29:56 [error] 24716#3896: *46 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.0", host: "192.168.7.199:18082" |
||||
|
2024/06/13 15:39:00 [error] 3732#12600: *45 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.199, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199:18082" |
||||
|
2024/06/13 15:39:00 [error] 3732#12600: *25 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.10, server: localhost, request: "GET /flvstream1 HTTP/1.1", upstream: "http://192.168.1.169:80/0.flv", host: "192.168.7.199" |
||||
|
2024/06/13 15:39:00 [error] 3732#12600: *43 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.10, server: localhost, request: "GET /flvstream2 HTTP/1.1", upstream: "http://192.168.1.170:80/0.flv", host: "192.168.7.199" |
||||
|
2024/06/13 15:39:00 [error] 3732#12600: *29 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading upstream, client: 192.168.7.10, server: localhost, request: "GET /flvstream HTTP/1.1", upstream: "http://192.168.1.168:80/0.flv", host: "192.168.7.199" |
||||
|
2024/07/11 11:01:21 [error] 1160#21156: *9 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.1", host: "192.168.7.199:18082" |
||||
|
2024/07/11 11:01:21 [error] 1160#21156: *10 CreateFile() "D:\XRFile\nginx-1.24.0/html/flvstream" failed (2: The system cannot find the file specified), client: 192.168.7.199, server: localhost, request: "GET /flvstream HTTP/1.0", host: "192.168.7.199:18082" |
||||
|
2025/05/13 10:55:17 [error] 6340#20636: *1 directory index of "D:\service\fileService/" is forbidden, client: 192.168.1.149, server: localhost, request: "GET / HTTP/1.1", host: "192.168.1.149:18081" |
||||
|
2025/05/13 10:55:17 [error] 6340#20636: *1 CreateFile() "D:\service\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/" |
||||
|
2025/05/14 17:38:20 [error] 21108#21188: *1 CreateFile() "D:\service\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/file/img/model/icon.jpg" |
||||
|
2025/05/16 11:05:22 [error] 11812#11664: *1 CreateFile() "D:\service\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/file/img/model/icon.jpg" |
||||
|
2025/06/16 11:38:44 [notice] 9228#16584: signal process started |
||||
|
2025/06/16 11:38:44 [error] 9228#16584: OpenEvent("Global\ngx_reload_21672") failed (2: The system cannot find the file specified) |
||||
|
2025/06/18 15:16:38 [error] 12868#4404: *8 CreateFile() "D:\service\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "127.0.0.1:18081", referrer: "http://127.0.0.1:18081/file/img/model/227/sport.jpg" |
||||
|
2025/06/23 11:44:55 [notice] 23416#16856: signal process started |
||||
|
2025/06/23 11:45:10 [error] 22504#13260: *62 directory index of "D:\service\fileService/" is forbidden, client: 192.168.1.149, server: localhost, request: "GET / HTTP/1.1", host: "192.168.1.149:18081" |
||||
|
2025/06/23 11:45:10 [error] 22504#13260: *62 CreateFile() "D:\service\fileService/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/" |
||||
|
2025/06/23 11:57:22 [emerg] 18352#17004: unexpected "}" in F:\XRFile\XRFile\nginx-1.24.0/conf/nginx.conf:37 |
||||
|
2025/06/23 11:57:53 [emerg] 34432#25556: unexpected "}" in F:\XRFile\XRFile\nginx-1.24.0/conf/nginx.conf:37 |
||||
|
2025/06/23 11:58:18 [notice] 26988#34660: signal process started |
||||
|
2025/06/23 12:44:19 [notice] 34036#22608: signal process started |
||||
|
2025/06/23 12:56:36 [notice] 34072#31080: signal process started |
||||
|
2025/06/23 12:56:36 [error] 34072#31080: OpenEvent("Global\ngx_reload_15656") failed (2: The system cannot find the file specified) |
||||
|
2025/06/23 12:56:56 [error] 4800#33832: *1 CreateFile() "F:\XRFile\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/file/" |
||||
|
2025/08/08 18:02:32 [error] 18340#16204: *3 CreateFile() "F:\XRFile\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/file/img/model/21754647297896/%E5%8D%97%E9%97%A81.jpg" |
||||
|
2025/08/11 14:22:30 [error] 9676#11796: *1 CreateFile() "F:\XRFile\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/file/img/model/21754889856378/%E9%81%BF%E9%9A%9C01_1748585359530.jpg" |
||||
|
2025/08/11 14:23:59 [error] 9676#11796: *3 CreateFile() "F:\XRFile\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/file/img/model/11754893404224/%E9%81%BF%E9%9A%9C01_1748585359530.jpg" |
||||
|
2025/08/11 15:18:43 [error] 9676#11796: *9 CreateFile() "F:\XRFile\XRFile\nginx-1.24.0/html/favicon.ico" failed (2: The system cannot find the file specified), client: 192.168.1.149, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.149:18081", referrer: "http://192.168.1.149:18081/file/img/model/141754896711735/d7032be496bcae20a8df5b218e8e7e0.jpg" |
||||
|
2025/09/08 15:27:16 [emerg] 61896#17164: duplicate location "/" in D:\SoftWare\WeChat\Step\xwechat_files\Ben-blog_3be9\msg\file\2025-09\nginx-1.24.0/conf/nginx.conf:46 |
||||
|
2025/09/08 15:27:27 [emerg] 36440#40316: duplicate location "/" in D:\SoftWare\WeChat\Step\xwechat_files\Ben-blog_3be9\msg\file\2025-09\nginx-1.24.0/conf/nginx.conf:46 |
||||
|
2025/09/08 15:28:35 [error] 48896#52296: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8089/", host: "127.0.0.1:8088" |
||||
|
2025/09/08 15:28:38 [error] 48896#52296: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:8089/favicon.ico", host: "127.0.0.1:8088", referrer: "http://127.0.0.1:8088/" |
||||
|
2025/09/08 15:28:39 [error] 48896#52296: *2 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /?user/view/manifestJS HTTP/1.1", upstream: "http://127.0.0.1:8089/?user/view/manifestJS", host: "127.0.0.1:8088", referrer: "http://127.0.0.1:8088/?user/view/manifestJS" |
||||
|
2025/09/08 15:28:41 [error] 48896#52296: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8089/", host: "127.0.0.1:8088" |
||||
|
2025/09/08 15:28:43 [error] 48896#52296: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:8089/favicon.ico", host: "127.0.0.1:8088", referrer: "http://127.0.0.1:8088/" |
||||
|
2025/09/08 15:28:45 [error] 48896#52296: *2 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /?user/view/manifestJS HTTP/1.1", upstream: "http://127.0.0.1:8089/?user/view/manifestJS", host: "127.0.0.1:8088", referrer: "http://127.0.0.1:8088/?user/view/manifestJS" |
||||
|
2025/09/08 15:33:37 [error] 48896#52296: *78 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:33:37 [error] 48896#52296: *79 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:33:37 [error] 48896#52296: *80 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:33:38 [error] 48896#52296: *81 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:33:41 [error] 48896#52296: *84 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:33:42 [error] 48896#52296: *85 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:33:42 [error] 48896#52296: *86 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:33:42 [error] 48896#52296: *87 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:04 [error] 48896#52296: *90 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:05 [error] 48896#52296: *91 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:05 [error] 48896#52296: *92 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:06 [error] 48896#52296: *93 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:09 [error] 48896#52296: *96 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:09 [error] 48896#52296: *97 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:10 [error] 48896#52296: *98 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:10 [error] 48896#52296: *99 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:25 [error] 48896#52296: *102 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:25 [error] 48896#52296: *103 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:26 [error] 48896#52296: *104 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:26 [error] 48896#52296: *105 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:28 [error] 48896#52296: *108 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:28 [error] 48896#52296: *109 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:28 [error] 48896#52296: *110 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:34:28 [error] 48896#52296: *111 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:36:30 [emerg] 54860#61076: "client_header_timeout" directive is not allowed here in D:\SoftWare\WeChat\Step\xwechat_files\Ben-blog_3be9\msg\file\2025-09\nginx-1.24.0/conf/nginx.conf:29 |
||||
|
2025/09/08 15:36:46 [emerg] 38920#61924: "client_header_timeout" directive is not allowed here in D:\SoftWare\WeChat\Step\xwechat_files\Ben-blog_3be9\msg\file\2025-09\nginx-1.24.0/conf/nginx.conf:27 |
||||
|
2025/09/08 15:37:18 [emerg] 63104#49336: CreateDirectory() "D:/var/tmp/nginx/client_body_temp" failed (3: The system cannot find the path specified) |
||||
|
2025/09/08 15:39:00 [emerg] 42384#11360: "client_header_timeout" directive is not allowed here in D:\SoftWare\WeChat\Step\xwechat_files\Ben-blog_3be9\msg\file\2025-09\nginx-1.24.0/conf/nginx.conf:49 |
||||
|
2025/09/08 15:39:06 [emerg] 61208#62536: CreateDirectory() "D:/var/tmp/nginx/client_body_temp" failed (3: The system cannot find the path specified) |
||||
|
2025/09/08 15:39:32 [emerg] 35472#8828: "client_header_timeout" directive is not allowed here in D:\SoftWare\WeChat\Step\xwechat_files\Ben-blog_3be9\msg\file\2025-09\nginx-1.24.0/conf/nginx.conf:49 |
||||
|
2025/09/08 15:40:02 [error] 48896#52296: *116 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:02 [error] 48896#52296: *117 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:02 [error] 48896#52296: *118 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:02 [error] 48896#52296: *119 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:04 [error] 48896#52296: *122 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:04 [error] 48896#52296: *123 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:04 [error] 48896#52296: *124 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:05 [error] 48896#52296: *125 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:19 [error] 48896#52296: *152 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:19 [error] 48896#52296: *153 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:19 [error] 48896#52296: *154 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:20 [error] 48896#52296: *155 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:21 [error] 48896#52296: *158 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:21 [error] 48896#52296: *159 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:21 [error] 48896#52296: *160 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:22 [error] 48896#52296: *161 client intended to send too large body: 1491954 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:43 [error] 48896#52296: *164 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:43 [error] 48896#52296: *165 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:43 [error] 48896#52296: *166 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:44 [error] 48896#52296: *167 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:46 [error] 48896#52296: *170 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:46 [error] 48896#52296: *171 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:47 [error] 48896#52296: *172 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:47 [error] 48896#52296: *173 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:48 [error] 48896#52296: *176 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:48 [error] 48896#52296: *177 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:48 [error] 48896#52296: *178 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:49 [error] 48896#52296: *181 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:49 [error] 48896#52296: *184 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:49 [error] 48896#52296: *185 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:49 [error] 48896#52296: *186 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:50 [error] 48896#52296: *187 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:40:50 [error] 48896#52296: *188 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:42:15 [error] 48896#52296: *193 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:42:19 [error] 48896#52296: *194 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:42:20 [error] 48896#52296: *195 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:42:20 [error] 48896#52296: *196 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:44:16 [error] 48896#52296: *227 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:44:17 [error] 48896#52296: *228 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:44:18 [error] 48896#52296: *229 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:44:18 [error] 48896#52296: *230 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:44:20 [error] 48896#52296: *233 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:44:20 [error] 48896#52296: *234 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:44:59 [error] 48896#52296: *246 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:00 [error] 48896#52296: *247 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:01 [error] 48896#52296: *248 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:03 [error] 48896#52296: *249 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:06 [error] 48896#52296: *252 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:10 [error] 48896#52296: *253 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:11 [error] 48896#52296: *254 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:11 [error] 48896#52296: *255 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:15 [error] 48896#52296: *258 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:16 [error] 48896#52296: *259 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:17 [error] 48896#52296: *260 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:45:19 [error] 48896#52296: *261 client intended to send too large body: 20972590 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:26 [error] 48896#52296: *270 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:26 [error] 48896#52296: *271 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:27 [error] 48896#52296: *272 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:28 [error] 48896#52296: *273 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:31 [error] 48896#52296: *276 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:32 [error] 48896#52296: *277 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:32 [error] 48896#52296: *278 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:46:33 [error] 48896#52296: *279 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:28 [notice] 62268#36132: signal process started |
||||
|
2025/09/08 15:50:40 [error] 48896#52296: *284 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:42 [error] 48896#52296: *285 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:43 [error] 48896#52296: *286 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:44 [error] 48896#52296: *287 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:47 [error] 48896#52296: *290 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:47 [error] 48896#52296: *291 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:47 [error] 48896#52296: *292 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:47 [error] 48896#52296: *293 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:48 [error] 48896#52296: *296 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:49 [error] 48896#52296: *297 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:49 [error] 48896#52296: *298 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:49 [error] 48896#52296: *299 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:58 [error] 48896#52296: *302 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:58 [error] 48896#52296: *303 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:58 [error] 48896#52296: *304 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:50:59 [error] 48896#52296: *305 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:03 [notice] 16484#46548: signal process started |
||||
|
2025/09/08 15:55:18 [error] 48896#52296: *310 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:19 [error] 48896#52296: *311 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:19 [error] 48896#52296: *312 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:20 [error] 48896#52296: *313 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:22 [error] 48896#52296: *316 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:22 [error] 48896#52296: *317 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:22 [error] 48896#52296: *318 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:23 [error] 48896#52296: *319 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:24 [error] 48896#52296: *322 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:24 [error] 48896#52296: *323 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:24 [error] 48896#52296: *324 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:24 [error] 48896#52296: *325 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:25 [error] 48896#52296: *328 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:26 [error] 48896#52296: *333 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:27 [error] 48896#52296: *338 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:27 [error] 48896#52296: *341 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:28 [error] 48896#52296: *342 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:28 [error] 48896#52296: *343 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:28 [error] 48896#52296: *344 client intended to send too large body: 20972589 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:53 [error] 48896#52296: *379 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:53 [error] 48896#52296: *380 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:54 [error] 48896#52296: *381 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:54 [error] 48896#52296: *382 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:56 [error] 48896#52296: *385 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:57 [error] 48896#52296: *386 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:57 [error] 48896#52296: *387 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:58 [error] 48896#52296: *388 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:59 [error] 48896#52296: *391 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:59 [error] 48896#52296: *392 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:55:59 [error] 48896#52296: *393 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 15:56:00 [error] 48896#52296: *394 client intended to send too large body: 1760141 bytes, client: 192.168.1.47, server: localhost, request: "POST /index.php?explorer/upload/fileUpload HTTP/1.1", host: "192.168.1.47:8088" |
||||
|
2025/09/08 17:16:16 [emerg] 57368#31692: "daemon" directive is not allowed here in F:\zxmgee\SnailsP2PFile\ng/.\conf\nginx.conf:19 |
||||
|
2025/09/08 17:16:33 [error] 63116#59748: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.47, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8089/", host: "192.168.1.47:8088" |
||||
|
2025/09/08 17:16:35 [error] 63116#59748: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.47, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:8089/favicon.ico", host: "192.168.1.47:8088", referrer: "http://192.168.1.47:8088/" |
||||
|
2025/09/08 17:51:05 [error] 56088#41836: *1 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 192.168.1.47, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8089/", host: "192.168.1.47:8088" |
||||
@ -0,0 +1 @@ |
|||||
|
64032 |
||||
Binary file not shown.
Loading…
Reference in new issue