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
Hello! I'm trying to run this project on localhost, but I can't get it up for obvious reasons - ssl won't be installed. I don’t know how to modify the nginx config without global changes so that it starts working on the local machine. Please write step by step what needs to be done, that it worked and the project could open at http://localhost or http://localhost:8000
I also noticed that the nginx config does not pass GET parameters. Try opening the page http://localhost?param=test and executing the code on that page
var_dump($_GET);
You won't see GET parameters. How can I fix this given that you have an alpine php repository?
The text was updated successfully, but these errors were encountered:
wfgm5k2d
changed the title
Как запустить на локальной машине
How to run on local machine
Apr 14, 2024
Hello! I'm trying to run this project on localhost, but I can't get it up for obvious reasons - ssl won't be installed. I don’t know how to modify the nginx config without global changes so that it starts working on the local machine. Please write step by step what needs to be done, that it worked and the project could open at http://localhost or http://localhost:8000
I also noticed that the nginx config does not pass GET parameters. Try opening the page http://localhost?param=test and executing the code on that page
You won't see GET parameters. How can I fix this given that you have an alpine php repository?
The text was updated successfully, but these errors were encountered: