We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pi@raspberrypi:~ $ sudo nano /etc/nginx/sites-available/homesite
server { listen 80; listen [::]:80; server_name dnhscodefish.tk;
location / { include proxy_params; proxy_pass http://unix:/home/ubuntu/codefish/homesite.sock; }
}
There was an error while loading. Please reload this page.