X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/9f88584e33294ad7887afcdb7a915b688bf201dd..3b00fd9cfcc9abc6c3e3d7dc78351fcabdc61c9b:/README.md diff --git a/README.md b/README.md index c155b3a..1075863 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ server{ root /home/neku/www; } } -´´´ +``` Subdomain serving files (do not enable PHP here): ´´´ server{ @@ -175,7 +175,7 @@ server{ access_log off; index index.html; } -´´´ +``` To redirect HTTP to HTTPS make a config for each domain like so: ``` @@ -184,7 +184,7 @@ server { server_name www.domain.com domain.com; return 301 https://domain.com$request_uri; } -´´´ +``` ## API To upload using curl or make a tool you can post using: