Catching Files over HTTP(S)
HTTP/S
Nginx - Enabling PUT
Create a Directory to Handle Uploaded Files
$ sudo mkdir -p /var/www/uploads/SecretUploadDirectoryChange the Owner to www-data
$ sudo chown -R www-data:www-data /var/www/uploads/SecretUploadDirectoryCreate Nginx Configuration File
Symlink our Site to the sites-enabled Directory
Start Nginx
Verifying Errors
Remove Nginx Default Configuration
Last updated