Hi Everyone,
It's my first server setup, knew knothing about unix a month ago, and to say the least the learning curve has been steep.
I have setup anm arr suite on portainer successfuly, and to finalise all that I'm trying to setup a reverse proxy (nginx). and it turns out to be the hardest step.
I had multiple install on container, that i removed, nevertherless. the service nginx is still running. and from now on I can't install nginx on portrainer (error 500).
I tried to remove the nginx service but can't access my TOS anymore... anyway I'm in a pickle as there is a lot of services running.
Fluff 2662 0.0 0.0 390360 3176 ? Ss 09:40 0:00 php-fpm: master process (/etc/nginx/php-fpm.conf)
Fluff 3004 0.0 0.0 66664 1676 ? Ss 17:16 0:00 nginx: master process /usr/sbin/nginx -p /var/ -c /etc/nginx/nginx.conf
Fluff 3005 0.0 0.2 73276 8228 ? S 17:16 0:00 nginx: worker process
Fluff 3006 0.0 0.1 73212 7496 ? S 17:16 0:00 nginx: worker process
Fluff 3007 0.0 0.1 73116 5356 ? S 17:16 0:00 nginx: worker process
Fluff 3008 0.0 0.2 73312 8224 ? S 17:16 0:00 nginx: worker process
Fluff 15859 0.0 0.0 3120 244 pts/0 D+ 17:26 0:00 grep nginx
[Fluff@Bean ~]# pidof nginx
3008 3007 3006 3005 3004
I'm a bit lost on how these services are still on even though I deleted the containers...
Would anyone have an idea, on how to start on a clean slate ?
Thanks !
nginx - Containers
Re: nginx - Containers
this nginx is part of TOS, dont touch it.
You may add your own nginx using docker/portainer, but you have to use different ports
if you dont touched the config files in /etc/nginx you can try to reboot or, if you had enabled access via ssh, then you may try to start the system nginx with "service nginx start
You may add your own nginx using docker/portainer, but you have to use different ports
if you dont touched the config files in /etc/nginx you can try to reboot or, if you had enabled access via ssh, then you may try to start the system nginx with "service nginx start
main: T9-450

