You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to know how to set http:// XXX/apidoc url in nginx.conf, i try many times, the broswer give me 404, my apidoc generate to file of Project's public/, below is my nginx.conf:
i want to know how to set http:// XXX/apidoc url in nginx.conf, i try many times, the broswer give me 404, my apidoc generate to file of Project's public/, below is my nginx.conf:
location ^~ /apidoc { root /work/project_name; break; }
visit URl gives me 404, i couldn't figure it out. thanks for any helps.
The text was updated successfully, but these errors were encountered: