1 line
1.1 KiB
HTML
1 line
1.1 KiB
HTML
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link type="text/css" rel="stylesheet" href="/style.css"><link type="text/css" rel="stylesheet" href="style.css"><title>Mirrored Gemini content.</title></head><body><h1> Where is stuff in NGINX</h1><h2> The location of the main Nginx configuration file depends on how Nginx was installed:</h2><ul><li>On many Linux distributions, it can be found at "/etc/nginx/nginx.conf".</li></ul><ul><li>Alternatively, it might be located at "/usr/local/nginx/conf/nginx.conf" or "/usr/local/etc/nginx/nginx.conf" if not found in the default location.</li></ul><h2> The location of available sites:</h2><ul><li>Typically stored in "/etc/nginx/sites-available".</li></ul><h2> The location of enabled sites:</h2><ul><li>Usually stored in "/etc/nginx/sites-enabled".</li></ul><ul><li>Enabled sites are symbolic links to files located in the "sites-available" directory mentioned above.</li></ul></body></html>
|