1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2024-12-25 06:05:28 +06:00
parent a7a1077522
commit 763fe87738
2 changed files with 2 additions and 2 deletions

View File

@@ -28,6 +28,6 @@ RUN mkdir -p /var/cache/nginx \
&& chown -R nginx:nginx /var/cache/nginx \
&& chown -R nginx:nginx /etc/nginx
EXPOSE 80
EXPOSE 83
CMD ["nginx", "-g", "daemon off;"]

View File

@@ -12,7 +12,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:8000',
target: 'http://localhost:83',
changeOrigin: true
}
}