LEMPer icon indicating copy to clipboard operation
LEMPer copied to clipboard

LEMPer Stack is terminal-based LEMP / LNMP installer and manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).

Results 44 LEMPer issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the Issue / Bug** Error Invalid Nginx Configuration while Enable `FastCGI Cache` **To Reproduce** Enable _fastcgi cache_ ``` lemper-cli site mod --enable-fastcgi-cache yourdomain.com ``` **Expected Behavior** Nginx configuration valid...

bug

Xenforo vhost support Source: https://www.nginx.com/resources/wiki/start/topics/recipes/xenforo/ Example: `server { server_name localhost; root html/xenforo; index index.php index.html; location / { try_files $uri $uri/ /index.php?$uri&$args; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_param...

**Describe the Issue / Bug** Installation from source on Ubuntu 22.04 fails due to OpenSSL 3 **To Reproduce** Steps to reproduce the behavior: [GitHub Action](https://github.com/joglomedia/LEMPer/actions/runs/4708979512/jobs/8351752400) **Expected Behavior** Install from source...

bug

hello, First of all I say wow!! amazing job!!! now i fail to install, i cloned the repo, and copied the .env.dist to .env edited it a little bit after...

he following packages have unmet dependencies: libnginx-mod-brotli : PreDepends: libnginx-mod-http-brotli-filter but it is not going to be installed E: Unable to correct problems, you have held broken packages. Error: Failure...

Installing SourceGuardian PHP loader... Downloading latest SourceGuardian PHP loader... --2024-05-11 06:58:58-- https://raw.githubusercontent.com/joglomedia/php-loaders/main/sourceguardian_loaders.linux-x86_64.tar.gz Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8001::154, 2606:50c0:8000::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8001::154|:443... connected. HTTP request sent, awaiting response... 200...

Add this ``` # Remove trailing slash to please routing system. if (!-d $request_filename) { rewrite ^/(.+)/$ /$1 permanent; } ``` after `/` location block --- Sub directory install config...

Log rewrite rule `rewrite_log on;` Ref: https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite

Nginx `http/3` documentation https://nginx.org/en/docs/quic.html Compile Nginx with HTTP/3 https://kabe.dev/en/install-nginx-with-http3/

new feature request

``` root@www:~# nginx -t 2024/07/06 09:14:28 [warn] 99504#99504: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx/sites-enabled/00-default:150 2024/07/06 09:14:28 [warn] 99504#99504: the "listen ... http2"...

enhancement