feat(QuickUpload): add text field (pastebin like feat)
This commit is contained in:
parent
b2f27aa3f4
commit
2e6da33574
5 changed files with 61 additions and 11 deletions
|
|
@ -5,6 +5,7 @@ server {
|
|||
location / {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
{{CUSTOM_CONFIG}}
|
||||
location ^~ /wp-admin {
|
||||
return 403;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue