nginx

  1. blunix

    [solved] Nginx 301 /path/index.html -> /path/ keeps giving me a 301 loop

    I can't seem to figure this one out. I have a website thats just html + css + a tiny bit of js. I am trying to eleminate double pages for SEO - that means that example.com/de/ and example.com/de/index.html show the same page. Google doesn't like that, so example.com/de/index.html should 301 to...
  2. tinfoil-hat

    Solved Pleroma doesn't listen on any port

    Hi, I installed Pleroma on a LXC Container inside a Proxmox VPS. I installed it on Debian using these instructions: https://docs-develop.pleroma.social/backend/installation/debian_based_en/ I want to run it inside the LXC and connect to it via nginx reverse proxy on Proxmox host, which is...
  3. M

    [local LAN multisite orchestrator or router] apache or nginx all under Docker

    Good morning, I am very happy to be able to join this forum as a newbie on linux. I undertook to dockerize many ubuntu server 20.04 and 22.04 VMs in order to gain resources and ease. Currently I have dockerized (docker release 24.0.2): Apache Guacamole, Noip (DDNS), Nextcloud, AdGuardHome...
  4. deminart

    nginx error

    Good day everyone! Colleagues, please tell me where to dig? A lot of messages began to appear in the nginx access.log: 192.168.0.1 - - [03/Jul/2023:00:00:06 +0400] "OPTIONS / HTTP/1.0" 301 162 "-" "-" I see similar messages in the php-fpm.log logs. 127.0.0.1 - 02/Jul/2023:00:00:27 +0400 "GET...
  5. D

    Nginx server without reverse proxy

    Hi, I have a pfsense with HAProxy. Now I want to install a server behind it. Only find instructions with Nginx server and reverse proxy. But I no longer need the reverse proxy because I have pfsense with a certificate and haproxy. or how can i solve this?
  6. drstr

    Use XAMPP or Install Nginx?

    I'm very new to Linux and I'm a programmer (PHP, Python, Javascript) and I have used Docker, XAMPP for my Web design projects on windows. recently I switched to Linux (Ubuntu) and I need web server for working on my projects and I'm a little confused since I see that XAMPP is available for...
  7. Seaner992

    Dnsmasq + Nginx = Detailed Block Page

    I would like dnsmasq / nginx (doesn't have to be nginx) to direct blocked domains to a basic page showing the reason a domain was blocked. Just a single word is good enough. I have Dnamsq setup like below. I have 26 categories all together. When I watch the log file it tells me /etc/block/ads...
  8. M

    Exchange vs ProxyPass on Apache or NGINX

    Hello IT, I have a problem with creating "proxypss" for Exchange 2019. If I created the configuration, I have a problem with NTLM :( My config for Apache: <VirtualHost *:443> ServerName mail.domain.com SSLEngine on SSLCertificateFile /etc/httpd/certs/2018-wildcard-domain-com.crt...
  9. D

    Nginx Error - HTTPS

    Hi all, Apologies if I have posted this in the wrong section of the forum but I could not find anywhere else to post this. I am relatively new to nginx and have installed and configured it as a reverse proxy. All the virtual hosts I have set up thus far are working fine. The problem has arisen...
  10. Hisoka Morow

    Host ASP.NET Core on Linux with Nginx

    Hi! I'm new on liux. I'm learning this tutorial https://docs.microsoft.com/en-US/aspnet/core/host-and-deploy/linux-nginx?tabs=aspnetcore2x&view=aspnetcore-2.1 I need Host my Web Application ASP.NET Core on my Linux CentOS with Nginx I followed the steps but I have a problem status...
  11. Rob

    Fixing HTTP Security Header Not Detected

    You may have received a vulnerability report/scan stating that you need to fix 'HTTP Security Header Not Detected' on some web servers. We'll mitigate three different things: X-Frame-options, X-XSS-Protection and X-Content-Type-Options First, run curl to test your server: curl -I...
Top