X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/9f88584e33294ad7887afcdb7a915b688bf201dd..25a798afecaede9a36f1b266dffadd77ac0c2d01:/README.md diff --git a/README.md b/README.md index c155b3a..8d413d8 100644 --- a/README.md +++ b/README.md @@ -144,23 +144,18 @@ server{ } location ~* \.php$ { - fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; - fastcgi_intercept_errors on; - fastcgi_index index.php; - fastcgi_split_path_info ^(.+\.php)(.*)$; - include fastcgi_params; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; + fastcgi_intercept_errors on; + fastcgi_index index.php; + fastcgi_split_path_info ^(.+\.php)(.*)$; + include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } - - error_page 404 /4041x.html; - error_page 403 /4041x.html; - location /4041x.html { - root /home/neku/www; - } } -´´´ +``` + Subdomain serving files (do not enable PHP here): -´´´ +``` server{ listen 443 ssl; server_name www.subdomain.serveryourfiles.com subdomain.serveryourfiles.com; @@ -175,7 +170,7 @@ server{ access_log off; index index.html; } -´´´ +``` To redirect HTTP to HTTPS make a config for each domain like so: ``` @@ -184,7 +179,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: