server
{
listen 80;
server_name {sito_internet};
location /
{
proxy_pass http://localhost:{porta_desiderata};
}
}
Leggi anche:
Guide pratiche di Linux, Windows, Database, Sviluppo Web e molto altro
server
{
listen 80;
server_name {sito_internet};
location /
{
proxy_pass http://localhost:{porta_desiderata};
}
}
Leggi anche: