Table of Contents
Reply content:
Home Backend Development PHP Tutorial After updating index.html internally in docker, restarting the nginx service did not find the update.

After updating index.html internally in docker, restarting the nginx service did not find the update.

Aug 04, 2016 am 09:20 AM
docker nginx php

After running the image with -p 1334:80, the nginx index page is accessed at localhost:1334.
Using bash interactive mode in docker, vim changed the index.html file of nginx, saved and exited, but the effect was not visible after restarting the service. My operation process is as follows:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

<code>root@a79dfceda4d9:/usr/sbin# killall nginx        --关掉服务

root@a79dfceda4d9:/usr/sbin# ps -aux|grep nginx

warning: bad ps syntax, perhaps a bogus '-'?   

See                                     --已经看不到master         http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ

root       156  0.0  0.0   6328   488 ?        S+   06:33   0:00 grep nginx

root@a79dfceda4d9:/usr/sbin# nginx        --重新启动

root@a79dfceda4d9:/usr/sbin# ps -aux|grep nginx

warning: bad ps syntax, perhaps a bogus '-'?

See                                    --又看到了http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ

root       158  0.0  0.0  64428  2996 ?        Ss   06:33   0:00 nginx: master process nginx

www-data   159  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

www-data   160  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

www-data   161  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

www-data   162  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

root       164  0.0  0.0   6328   560 ?        S+   06:33   0:00 grep nginx

</code>

Copy after login
Copy after login

At this time, visit the mapped localhost: 1334. The page has not changed? ? ?
I don’t quite understand, I hope you can give me some advice.

Reply content:

After running the image with -p 1334:80, the nginx index page is accessed at localhost:1334.
Using bash interactive mode in docker, vim changed the index.html file of nginx, saved and exited, but the effect was not visible after restarting the service. My operation process is as follows:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

<code>root@a79dfceda4d9:/usr/sbin# killall nginx        --关掉服务

root@a79dfceda4d9:/usr/sbin# ps -aux|grep nginx

warning: bad ps syntax, perhaps a bogus '-'?   

See                                     --已经看不到master         http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ

root       156  0.0  0.0   6328   488 ?        S+   06:33   0:00 grep nginx

root@a79dfceda4d9:/usr/sbin# nginx        --重新启动

root@a79dfceda4d9:/usr/sbin# ps -aux|grep nginx

warning: bad ps syntax, perhaps a bogus '-'?

See                                    --又看到了http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ

root       158  0.0  0.0  64428  2996 ?        Ss   06:33   0:00 nginx: master process nginx

www-data   159  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

www-data   160  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

www-data   161  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

www-data   162  0.0  0.0  64828  3580 ?        S    06:33   0:00 nginx: worker process

root       164  0.0  0.0   6328   560 ?        S+   06:33   0:00 grep nginx

</code>

Copy after login
Copy after login

At this time, visit the mapped localhost: 1334. The page has not changed? ? ?
I don’t quite understand, I hope you can give me some advice.

nginx caching is also possible. Generally, parsing it does not take effect immediately.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1662
14
PHP Tutorial
1261
29
C# Tutorial
1234
24
PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

How to exit the container by docker How to exit the container by docker Apr 15, 2025 pm 12:15 PM

Four ways to exit Docker container: Use Ctrl D in the container terminal Enter exit command in the container terminal Use docker stop &lt;container_name&gt; Command Use docker kill &lt;container_name&gt; command in the host terminal (force exit)

Choosing Between PHP and Python: A Guide Choosing Between PHP and Python: A Guide Apr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

Why Use PHP? Advantages and Benefits Explained Why Use PHP? Advantages and Benefits Explained Apr 16, 2025 am 12:16 AM

The core benefits of PHP include ease of learning, strong web development support, rich libraries and frameworks, high performance and scalability, cross-platform compatibility, and cost-effectiveness. 1) Easy to learn and use, suitable for beginners; 2) Good integration with web servers and supports multiple databases; 3) Have powerful frameworks such as Laravel; 4) High performance can be achieved through optimization; 5) Support multiple operating systems; 6) Open source to reduce development costs.

PHP and Python: A Deep Dive into Their History PHP and Python: A Deep Dive into Their History Apr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

How to start containers by docker How to start containers by docker Apr 15, 2025 pm 12:27 PM

Docker container startup steps: Pull the container image: Run "docker pull [mirror name]". Create a container: Use "docker create [options] [mirror name] [commands and parameters]". Start the container: Execute "docker start [Container name or ID]". Check container status: Verify that the container is running with "docker ps".

How to check the name of the docker container How to check the name of the docker container Apr 15, 2025 pm 12:21 PM

You can query the Docker container name by following the steps: List all containers (docker ps). Filter the container list (using the grep command). Gets the container name (located in the "NAMES" column).

PHP's Impact: Web Development and Beyond PHP's Impact: Web Development and Beyond Apr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

See all articles