-
Published Answer
@jtittle For some reason I couldn’t reply to your last comment.
I got your point now, will test with the code you specified al…
•
By
Vanker
-
Published Question
I am currently developing an APP that makes A UDP connection to another host to send commands (old quake3 engine game server) so you can moderate your gameserver without having to boot the game up on your pc.
I'm usin...
7
•
•
By
Vanker
Networking
PHP
Apache
Firewall
Security
Ubuntu 16.04
-
Published Question
I have a small app that uses UDP to make a connection to another host and it simply doesn't return anything.
Locally the app works just fine, when deployed to a VPS though...
I've tried to disable the entire firewall ...
2
•
•
By
Vanker
LEMP
Nginx
Networking
PHP
Firewall
Ubuntu 16.04
-
Published Question
https://www.digitalocean.com/community/tutorials/how-to-install-laravel-with-an-nginx-web-server-on-ubuntu-14-04
All of these steps were taken, no effect at all.
accessing the droplet via http all it does is show the ...
Accepted Answer:
@Vanker
The way the repository packages are setup, files in:
/etc/nginx/sites-available
are symlinked to:
/etc/nginx/sites-enabled
i.e
/etc/nginx/sites-available/default => /etc/nginx/sites-enabled/default
The ...
5
•
•
By
Vanker
LEMP
PHP
Nginx
Ubuntu