Compare commits
No commits in common. "f70169bad1fd6763faf794cefb18ee735ec9938f" and "bdee6f6a72115e4fa503056e67d999c170ef8fc4" have entirely different histories.
f70169bad1
...
bdee6f6a72
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 8000;
|
||||
listen [::]:8000;
|
||||
server_name oldrabbit.town;
|
||||
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ services:
|
|||
container_name: nginx
|
||||
image: nginx
|
||||
ports:
|
||||
- 8000:80
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html
|
||||
- ./config:/etc/nginx/conf.d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue