Skip to main content

All Questions

Tagged with
-1 votes
0 answers
18 views

How to host a NuGet Server on Ubuntu 24.04 for Organization [Private]

I have created a NuGet package and want to host on my Ubuntu machine. My machine is is organization network. I deployed my NuGet package on IIS Express in Windows machine. Now, we are switching to ...
JOYBOY's user avatar
  • 19
2 votes
1 answer
19 views

Pm2 process stops running automatically in ubuntu server

I have a node chat application that needs to keep running on my server (ubuntu with nginx). The problem is that the application stops after a few days without any error. When I check on the server I ...
Nandhini Rajkumar's user avatar
-2 votes
0 answers
33 views

How to catch suspicious requests using Fail2Ban ubuntu nginx [closed]

I have a wordpress application hosted on a digital ocean droplet. I have noticed in my access logs that I am getting lots of requests from various IPs that appear to be crawling my website and trying ...
lky's user avatar
  • 1,119
-3 votes
0 answers
45 views

How to blocking suspicious requests to server - ubuntu nginx [closed]

I have a strange issue where whenever I send out a mailchimp mail campaign. My website then recieves lots of suspicious requests trying to access files. This only appears to be happening when I send a ...
lky's user avatar
  • 1,119
-1 votes
1 answer
36 views

how to run two laravel projects on same ip [closed]

I have a vps server with an Ubuntu 20.4 OS. I have two Laravel projects at these paths: first app: /var/www/html/public/index.php second app: /var/www/hampa/html/public/index.php my default nginx ...
S.M_Emamian's user avatar
  • 17.3k
-1 votes
2 answers
23 views

404 not found on Magento2 and nginx, Ubuntu

I've been trying to set up my magento2 on nginx server but when i tried to access the page via url, it said 404 page not found. here is the 404 not found I followed this instruction on magento website:...
Gia Khánh's user avatar
0 votes
0 answers
23 views

Issue with 'Access-Control-Allow-Origin' in my Node.js application

I've been stuck on this problem for a few days now and I can't seem to find a solution. Thank you in advance for your help. I've configured CORS permissions in my index file as follows: const ...
Moutaz Abdelhadey's user avatar
0 votes
2 answers
24 views

How can I control the dns query of an nginx proxy_pass setup on a ubuntu server?

I'm getting a "502 Bad Gateway" error after configuring a public proxy to a private web app running on localhost. The nginx error log shows: 2024/08/15 13:56:18 [error] 17674#17674: *3 ...
Rance Hall's user avatar
0 votes
0 answers
45 views

502 Bad Gateway when going on /phpmyadmin

I've configured my server with nginx, php 8.3, mysql, phpmyadmin And when I go to www.my_domain.fr/phpmyadmin I get this error : 502 Bad Gateway nginx/1.24.0 (Ubuntu) Iv'e tried a lot of topic ...
maxyme jarrier's user avatar
0 votes
1 answer
23 views

nginx reverse proxy won't start when using 301 redirects

(very new to this all) I am trying to redirect www.example.com to example.com with this config: server { listen 80; server_name www.example.com; return 301 https://$example.com$...
Stef Pinceel's user avatar
0 votes
0 answers
79 views

Nginx, Docker Certbot / Letsencrypt results in 404 for .well-known/acme-challenge/

Issue: I'm setting up my Ubuntu 24.04 LTS (GNU/Linux 6.8.0-36-generic x86_64) server to handle my Django site. We're going to run everything in a docker environment. docker-compose up --build ...
Alex Winkler's user avatar
1 vote
0 answers
62 views

Nginx, error while loading shared libraries: libruby.so.2.3: [closed]

I built nginx with the module ngx_ruby https://github.com/rryqszq4/ngx_ruby . When I try nginx -V or start i'm recieving: error while loading shared libraries: libruby.so.2.3: cannot open shared ...
1337's user avatar
  • 31
0 votes
0 answers
5 views

Jetware WordPress 4 on LEMP 7 Max Performance -- Nginx version upgrade

I downloaded Jetware WordPress 4 on LEMP 7 Max Performance and installed on an ubuntu server, out-of-the box the nginx server version is too old(still with 1.11.2), I tried to upgrade it but struggled ...
Allen's user avatar
  • 316
0 votes
0 answers
38 views

Nginx Proxy, Cloudflare Full SSL, and Load Balancer Redirection Loop?

I'm facing an issue with a redirection loop when using Nginx as a reverse proxy in front of my load balancer. My setup is as follows: Domain: aarohisilks.com DNS: Cloudflare, A record pointing to my ...
havishka's user avatar
0 votes
1 answer
48 views

Gunicorn cant find working directory on a remote Ubuntu machine (Django+nginx+gunicorn)

I have django application deployed on ubuntu machine, but it doesn't work because of error in gunicorn.service (it can't find work dir I wrote). My working directory is in /home/ubunut/project. ...
Khqy Op's user avatar

15 30 50 per page
1
2 3 4 5
126