JoeGandy / ShareX-Custom-Upload

A little PHP script created for uploading custom sharex files to your own webserver
MIT License
165 stars 50 forks source link

Error 403 | NGINX Configuration File #148

Open dev-noah opened 3 years ago

dev-noah commented 3 years ago

in https://github.com/JoeGandy/ShareX-Custom-Upload/blob/master/NGINX.md

change location /u { deny all; } # change this to location /u/ { deny all; } # change this so that images starting with a "u" dont get 403d.