Skip to content
#

digitalocean

Here are 1,354 public repositories matching this topic...

nginxconfig.io
RebelliousWhiz
RebelliousWhiz commented Dec 29, 2021

Sorry for not following the template. It's a straightforward question.

By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:

# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
    deny all;
}

However, this disables xmlrpc feature, which disa

enhancement help wanted good first issue hacktoberfest
Hacktoberfest-2020
rishabh-bansal
rishabh-bansal commented Oct 4, 2019

Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!

Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech

P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on

eltariel
eltariel commented Jan 30, 2022

When you run inletsctl create, it prints a command to run in order to delete the server again. The command generated for an Azure deployment is incomplete and will not run without additional parameters.

Expected Behaviour

  • Run the inletsctl delete command generated by inletsctl create
  • The inlets server is deleted.

Current Behaviour

  • The provided command fails:
$ inle
enhancement good first issue

Improve this page

Add a description, image, and links to the digitalocean topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the digitalocean topic, visit your repo's landing page and select "manage topics."

Learn more