next services

This commit is contained in:
Pan'kov Maksim 2023-06-11 21:25:32 +03:00
parent a541c3b1ac
commit 2f2de3a898
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
ln -s /etc/nginx/sites-enabled/gitea.nginx.conf ./gitea.nginx.conf ln -s $(pwd)/gitea.nginx.conf /etc/nginx/sites-enabled/gitea.nginx.conf

View File

@ -0,0 +1 @@
ln -s $(pwd)/pigallery.nginx.conf /etc/nginx/sites-enabled/pigallery.nginx.conf

View File

@ -0,0 +1 @@
ln -s $(pwd)/portainer.nginx.conf /etc/nginx/sites-enabled/portainer.nginx.conf