Change back to /upload

This commit is contained in:
2019-06-20 15:45:20 +02:00
parent aa905bff2d
commit b90a0a23ed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ http {
access_log off;
}
location ~* ^/ {
location ~* ^/upload {
if ($request_method = 'OPTIONS') {
# Tell client that this pre-flight info is valid for 20 days
add_header 'Access-Control-Allow-Origin' "*" ;