mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
6:05
This commit is contained in:
@@ -28,6 +28,6 @@ RUN mkdir -p /var/cache/nginx \
|
|||||||
&& chown -R nginx:nginx /var/cache/nginx \
|
&& chown -R nginx:nginx /var/cache/nginx \
|
||||||
&& chown -R nginx:nginx /etc/nginx
|
&& chown -R nginx:nginx /etc/nginx
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 83
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
@@ -12,7 +12,7 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://localhost:8000',
|
target: 'http://localhost:83',
|
||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user