Compare commits

..

No commits in common. "f70169bad1fd6763faf794cefb18ee735ec9938f" and "bdee6f6a72115e4fa503056e67d999c170ef8fc4" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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