why tf did I dockerize the proxy ?
This commit is contained in:
@@ -12,7 +12,7 @@ sec.cors.authorizedHeader=Authorization,Content-type
|
||||
#=============DATABASE=============
|
||||
spring.datasource.url=jdbc:${DB_URL}
|
||||
spring.datasource.username=${DB_USER}
|
||||
spring.datasource.password=${DB_PASSWORD}
|
||||
spring.datasource.password=
|
||||
|
||||
spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
|
||||
spring.jpa.show-sql=true
|
||||
|
||||
17
compose.yaml
17
compose.yaml
@@ -50,19 +50,4 @@ services:
|
||||
networks:
|
||||
- unluckiest_network
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
reverse_proxy:
|
||||
container_name : reverse_proxy
|
||||
build:
|
||||
context: ./nginx
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./ssl/:/etc/ssl/
|
||||
networks:
|
||||
- unluckiest_network
|
||||
depends_on:
|
||||
- webapp
|
||||
- api
|
||||
4
front/.svelte-kit/ambient.d.ts
vendored
4
front/.svelte-kit/ambient.d.ts
vendored
@@ -42,7 +42,7 @@ declare module '$env/static/private' {
|
||||
export const DB_USER: string;
|
||||
export const DriverData: string;
|
||||
export const EDITOR: string;
|
||||
export const EFC_25892: string;
|
||||
export const EFC_3608: string;
|
||||
export const ffmpeg: string;
|
||||
export const FPS_BROWSER_APP_PROFILE_STRING: string;
|
||||
export const FPS_BROWSER_USER_PROFILE_STRING: string;
|
||||
@@ -150,7 +150,7 @@ declare module '$env/dynamic/private' {
|
||||
DB_USER: string;
|
||||
DriverData: string;
|
||||
EDITOR: string;
|
||||
EFC_25892: string;
|
||||
EFC_3608: string;
|
||||
ffmpeg: string;
|
||||
FPS_BROWSER_APP_PROFILE_STRING: string;
|
||||
FPS_BROWSER_USER_PROFILE_STRING: string;
|
||||
|
||||
@@ -21,7 +21,7 @@ export const options = {
|
||||
app: ({ head, body, assets, nonce, env }) => "<!doctype html>\n<html lang=\"en\">\n\t<head>\n\t\t<title>Unluckiest</title>\n\n\t\t<link rel=\"stylesheet\"\n\t\t\t href=\"https://fonts.googleapis.com/css?family=Afacad+Flux\">\n\t\t<style>\n\t\t\tbody {\n\t\t\t\tfont-family: 'Afacad Flux', serif;\n\t\t\t\tfont-size: 48px;\n\t\t\t}\n\t\t</style>\n\n\t\t<meta charset=\"utf-8\" />\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\" />\n\n\t\t<link rel=\"stylesheet\" href=\"" + assets + "/style/app.css\" />\n\t\t<link rel=\"stylesheet\" href=\"" + assets + "/style/menu2.css\" />\n\n\t\t<link rel=\"icon\" href=\"" + assets + "/favicon.png\" />\n\n\t\t<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\"></script>\n\t\t<script src=\"https://code.jquery.com/ui/1.12.1/jquery-ui.min.js\"></script>\n\n\t\t" + head + "\n\t</head>\n\n\t<body data-sveltekit-preload-data=\"hover\">\n\n\t\t<div style=\"display: contents\">" + body + "</div>\n\n\t</body>\n</html>\n",
|
||||
error: ({ status, message }) => "<!doctype html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>" + message + "</title>\n\n\t\t<style>\n\t\t\tbody {\n\t\t\t\t--bg: white;\n\t\t\t\t--fg: #222;\n\t\t\t\t--divider: #ccc;\n\t\t\t\tbackground: var(--bg);\n\t\t\t\tcolor: var(--fg);\n\t\t\t\tfont-family:\n\t\t\t\t\tsystem-ui,\n\t\t\t\t\t-apple-system,\n\t\t\t\t\tBlinkMacSystemFont,\n\t\t\t\t\t'Segoe UI',\n\t\t\t\t\tRoboto,\n\t\t\t\t\tOxygen,\n\t\t\t\t\tUbuntu,\n\t\t\t\t\tCantarell,\n\t\t\t\t\t'Open Sans',\n\t\t\t\t\t'Helvetica Neue',\n\t\t\t\t\tsans-serif;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\theight: 100vh;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.error {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: 32rem;\n\t\t\t\tmargin: 0 1rem;\n\t\t\t}\n\n\t\t\t.status {\n\t\t\t\tfont-weight: 200;\n\t\t\t\tfont-size: 3rem;\n\t\t\t\tline-height: 1;\n\t\t\t\tposition: relative;\n\t\t\t\ttop: -0.05rem;\n\t\t\t}\n\n\t\t\t.message {\n\t\t\t\tborder-left: 1px solid var(--divider);\n\t\t\t\tpadding: 0 0 0 1rem;\n\t\t\t\tmargin: 0 0 0 1rem;\n\t\t\t\tmin-height: 2.5rem;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.message h1 {\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 1em;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t@media (prefers-color-scheme: dark) {\n\t\t\t\tbody {\n\t\t\t\t\t--bg: #222;\n\t\t\t\t\t--fg: #ddd;\n\t\t\t\t\t--divider: #666;\n\t\t\t\t}\n\t\t\t}\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"error\">\n\t\t\t<span class=\"status\">" + status + "</span>\n\t\t\t<div class=\"message\">\n\t\t\t\t<h1>" + message + "</h1>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n"
|
||||
},
|
||||
version_hash: "1rt869l"
|
||||
version_hash: "1yvugoq"
|
||||
};
|
||||
|
||||
export async function get_hooks() {
|
||||
|
||||
8984
front/src/lib/assets/bomb.svg
Normal file
8984
front/src/lib/assets/bomb.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 680 KiB |
27
front/src/lib/assets/logo.svg
Normal file
27
front/src/lib/assets/logo.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Logo_2" data-name="Logo 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322.12 321.87">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #fff;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path d="M320.97,193.76c.05,4.31-.6,8.77-2.92,12.4-5.06,7.96-18.14,8.87-24.25,1.7-3.81-4.49-4.7-10.73-5.35-16.57-.63-5.87-1.33-12.08-4.93-16.76-3.58-4.7-11.17-6.81-15.4-2.69-2.56,2.51-3.11,6.42-3.21,10-.37,12.4,2.79,24.87,9,35.6,3.52,6.08,8.07,11.77,9.81,18.58,2.82,11.12-3.5,23.88-14.07,28.32-3.26,1.38-6.94,2.01-10.34,1.1-4.88-1.36-8.46-5.77-10.07-10.57-1.62-4.8-1.57-10-1.33-15.06.29-6.16.84-12.32,1.64-18.45.7-5.25,1.36-10.65-.44-15.79-.6-1.72-1.49-3.45-2.98-4.54-1.36-1.04-3.13-1.44-4.83-1.59-4.23-.39-8.82.63-11.67,3.76-2.32,2.61-3.13,6.34-2.74,9.81.65,5.95,4.72,10.34,6.47,15.87,1.7,5.32,1.83,11.17.26,16.55-.03.1-.05.21-.1.31-1.15,3.81-4.31,6.55-8.12,7.6-.99.26-2.11.76-3.13.78-.89.03-1.93-.21-2.82-.31-1.98-.26-3.99-.73-5.79-1.67-1.83-.99-3.37-2.43-4.72-3.97-1.38-1.59-2.85-3.21-3.68-5.19-.83-2.01-1.07-4.23-1.23-6.42-.29-3.73-.44-7.52-.26-11.22.34-6.6-.16-12.68-1.98-19.03-.86-2.98-2.79-6.39-5.9-6.26-3.08.1-4.78,3.63-5.4,6.66-2.74,13.02.52,27.64,4.72,39.98,4.12,12.16,9.45,23.86,13.15,36.1,3.29,10.88,4.07,21.4-2.3,31.5-3.6,5.69-10.23,7.23-16.57,6.13-3.91-.65-7.99-1.59-11.01-4.18-4.62-3.94-5.66-10.67-5.32-16.73.37-6.42,1.93-12.74,2.51-19.13.73-8.48-.29-17.12-3-25.19-.37-1.04-.76-2.09-1.49-2.9-1.12-1.23-2.9-1.67-4.57-1.62-3.58.1-6.52,2.71-5.69,6.21,1.07,4.41,3.6,8.33,4.44,12.87,1.67,9-2.22,18.84-9.68,24.14-7.46,5.3-18.11,5.66-25.84.76-9-5.74-12.89-17.33-12.29-28,.6-10.7,4.93-20.75,9.29-30.54,3.26-7.28,7.88-15.11,6.89-23.28-.55-4.33-1.23-8.85-3.71-12.45-2.06-3.03-7.1-6.42-10.88-4.49-3.52,1.77-5.3,6.63-5.43,10.31-.13,3.91,1.1,7.75,2.37,11.48,2.79,8.09,3.91,15.92.29,24.06-1.75,3.97-5.09,7.46-9.32,8.38-5.82,1.25-11.88-2.9-14.17-8.4-2.32-5.48-1.54-11.85.55-17.43,2.56-6.89,5.59-13.62,8.53-20.38.42-.91.81-1.85.97-2.84.16-1.02.03-2.04-.1-3.05-.16-1.2-.31-2.48-1.1-3.45-1.25-1.54-3.65-1.64-5.56-.99-2.74.94-4.96,3.08-6.5,5.53-1.57,2.48-2.53,5.25-3.47,7.99-2.06,6.03-3.18,11.59-3,18.03.18,6.52.18,13.08-.03,19.6-.16,4.23-.37,8.51-1.7,12.53-1.44,4.38-4.2,8.35-7.99,10.99-15.29,10.62-32.23-8.01-33.67-22.81-.99-10.07,3.11-19.89,7.39-29.07,6.16-13.15,10.34-26.49,11.25-41.05.31-4.98-1.23-11.67-6.99-12.87-4.02-.84-8.01,2.11-9.79,5.82-1.75,3.71-1.77,7.96-1.77,12.06.03,11.2.03,22.42.05,33.62,0,5.77-.1,11.93-3.29,16.76-5.79,8.72-20.07,8.3-27.38.81-3.37-3.45-5.43-7.93-6.34-12.63-.26-1.3-.42-2.64-.52-3.97-.13-2.17-.34-4.36-.18-6.52.16-2.17.57-4.31.94-6.45,1.17-6.66,2.56-12.48,5.01-18.79,4.41-11.22,8.82-22.47,12.11-34.06.73-2.61,1.41-5.22,1.91-7.86,2.09-11.61.94-24.09-.18-36.07-1.41-4.93-2.14-10.05-2.14-15.24C19.89,41.23,83.33,1.82,161.58,1.82s141.72,39.41,141.72,88.06c0,7.31-1.43,14.41-4.15,21.19-.89,3.63-1.28,7.41-1.17,11.17.13,3.84.42,7.75,1.38,11.51,1.41,5.45,3.47,10.73,5.9,15.82,6.73,14.28,15.53,28.4,15.71,44.19Z"/>
|
||||
<path class="cls-1" d="M63.16,103.81c0,.78-.12,1.72-.32,2.79-.2,1.07-.47,2.07-.82,2.99-.35.92-.74,1.69-1.17,2.31-.43.62-.86.85-1.3.69-1.53-.48-3.1-1.06-4.57-1.8-1.47-.74-2.87-1.41-4.15-2.07-1.28-.66-2.45-1.24-3.47-1.76-1.02-.52-1.95-.75-2.75-.69-.3-.38-.79-.48-1.47-.3-.67.18-1.34.53-1.97,1.05-.63.52-1.12,1.17-1.48,1.94-.36.78-.46,1.61-.32,2.5.15.95.57,1.85,1.27,2.64.7.8,1.59,1.5,2.7,2.08,1.11.58,2.36,1.07,3.77,1.47,1.41.4,2.89.74,4.35,1.12,2.24.58,4,1.79,5.23,3.4,1.23,1.61,1.91,3.56,2.19,5.73.28,2.18.14,4.54-.42,7.03-.56,2.49-1.57,4.99-3.08,7.61-.09,3.06-.66,5.55-1.66,7.52-.99,1.97-2.23,3.56-3.58,4.99-1.35,1.44-2.67,2.84-4.15,4.12-1.48,1.28-3.68,2.23-4.59,2.92-.37.28-1,.97-1.95,1.02-.94.05-2.08-.29-3.3-1.1-1.22-.81-2.42-2.06-3.47-3.55-1.06-1.49-1.81-3.08-2.27-4.66-.1-.38-.18-.64-.25-.77-.07-.13-.13-.23-.19-.3-.06-.07-.1-.1-.13-.11-.03,0-.05-.08-.07-.21-.08-.66-.09-1.33,0-2.03.08-.7.2-1.27.31-1.69.02-.32.12-.48.29-.49.17-.02.23-.37.32-.82.06-.29.25-.9.42-1.72.18-.82.36-1.39.54-1.7.07-.24.14-.11.22.39.08.5.22.76.4.78.22-.11.47-.43.75-.96.28-.54.56-1.07.84-1.6.28-.53.56-.97.84-1.32.28-.35.54-.34.75.02.35.72.63,1.56.86,2.53.22.97.45,1.94.69,2.89.24.96.52,1.83.85,2.61.33.78.78,1.29,1.31,1.5.73.29,1.67.29,2.8-.04,1.14-.33,2.2-.97,3.21-1.83,1.01-.86,1.86-1.9,2.54-3.14.68-1.24.9-2.67.64-4.33-.27-1.72-.88-3.19-1.87-4.38-1-1.19-2.15-2.19-3.45-3.07-1.29-.88-2.63-1.73-3.96-2.62-1.33-.89-2.44-1.95-3.34-3.13-.4-1.08-.81-1.79-1.21-2.14-.4-.35-.76-.67-1.07-.94-.31-.27-.58-.72-.8-1.31-.22-.6-.35-1.69-.45-3.27-.27-3.06-.4-5.97-.62-8.72-.21-2.75-.42-5.25,0-7.66.41-2.41,1.42-4.69,3.38-6.79,1.95-2.1,4.6-3.77,7.63-4.92,3.02-1.16,6.22-1.71,9.17-1.71,2.94,0,5.24.67,6.87,2.03,1.11.06,1.6.37,1.57.92-.03.55-.21,1.21-.56,1.99-.34.77-.67,1.55-.99,2.32-.31.77-.21,1.45.29,2.03-.14.58.04.97.52,1.16.48.2,1.02.37,1.59.51.57.15,1.07.36,1.5.64.43.28.63.77.62,1.42Z"/>
|
||||
<path class="cls-1" d="M92.43,182.93c.23,2.28-.05,4.29-.93,6.21-.88,1.92-2.17,3.93-3.39,6.47-1.22,2.54-2.29,5.62-3.63,8.59-1.34,2.98-2.86,5.42-4.29,7.43-.77,1.2-1.83,1.65-3.14,1.07-1.31-.59-2.57-1.16-3.71-1.62-4.84-1.97-7.89-7.75-8.42-13.22-.54-5.47.78-10.97,1.44-16.2.14-1.15.26-2.44.24-3.83-.02-1.4-.15-2.67-.18-3.8.05.37.09.36.12-.05.03-.41.04-.71.02-.89-.14-1.01-.34-1.92-.84-2.73-.5-.81-1.21-1.55-2.05-2.19-.84-.64-1.77-1.24-2.67-1.81-.9-.57-1.62-1.34-2.06-2.37-.57-1.34-.66-2.46-.25-3.46.41-1,1-1.97,1.73-2.87.73-.9,1.42-1.77,2.05-2.62.63-.85,1.05-1.87,1.22-3.01.47-3.2.71-6.58.96-9.82.25-3.24.3-6.5.17-9.66-.03-.34-.17-.6-.44-.77-.27-.17-.57-.3-.92-.36-.35-.07-.68-.14-.97-.23-.3-.09-.44-.23-.42-.45.04-.36.22-.62.53-.75.31-.13.65-.23,1-.28.35-.05.68-.11.98-.19.3-.08.48-.32.56-.74.29-1.44.51-2.94.67-4.48.16-1.54.3-3.06.43-4.56.13-1.49.28-2.91.45-4.26.17-1.35.43-2.56.73-3.64.27-.94.71-1.51,1.23-1.65.52-.14.9-.64,1.23-1.43.06-.21.13-.69.19-1.43.06-.75.03-1.16-.06-1.23-.3-.25-.63-.4-.97-.32-.34.08-.71.14-1.1.25-.4.11-.8.17-1.2.2-.4.03-.8-.13-1.17-.47-.19-.13-.23-.37-.12-.71.11-.35.26-.72.44-1.12.18-.4.37-.82.54-1.26.18-.44.24-.88.25-1.24,0-.21-.08-.37-.3-.42-.21-.05-.45-.11-.7-.16-.26-.05-.48-.09-.69-.13-.2-.03-.26-.11-.17-.25.58-.94,1.17-1.75,1.77-2.43.6-.67,1.07-1.62,1.45-2.87.11-.37.27-.5.46-.38.2.11.38.07.54-.14.39-.57.75-1.35,1.1-2.36.35-1.01.69-1.64,1-1.77.58-.26,1.28-.13,1.92.4.64.53,1.27.69,1.8.59,1-.2,2.28-.38,3.52-.77,1.24-.39,2.5-.61,3.78-.6,1.02,0,2.01.22,3,.64.99.42,2.42.96,3.01.78.56-.17,1.4-1.26,1.94-1.61.39-.25.89-.38,1.25-.43.35-.06.5.25.45.93-.12,1.57-.38,2.98-.79,4.25-.41,1.27-.89,2.52-1.44,3.74-.56,1.23-1.13,2.46-1.74,3.66-.61,1.2-1.18,2.47-1.71,3.82-.16.49-.28,1.09-.35,1.81-.07.72-.13,1.47-.18,2.25-.05.78-.1,1.47-.17,2.07-.06.6-.19.97-.39,1.1-.77.64-1.56.47-2.3-.52-.75-.99-1.46-1.59-2.17-1.79-.63-.17-1.26-.63-1.84-1.34-.59-.71-1.15-1.36-1.67-1.89-.52-.53-.99-.81-1.43-.88-.44-.06-.84.46-1.21,1.5-.47,1.3-.91,2.93-1.3,4.87-.39,1.94-.67,3.94-.89,6.06-.22,2.12-.36,4.22-.45,6.35-.09,2.13-.08,3.98.06,5.57.2,2.35.59,3.94,1.46,4.53.87.6,2.13,1,3.65.71,1.52-.28,3.23-.65,4.96-1.17,1.74-.53,3.18-.24,4.29,1.05.66.67.79,1.65.41,3.1-.38,1.45-.96,2.98-1.8,4.46-.84,1.48-1.8,2.84-2.84,3.99-1.04,1.16-1.77,1.97-2.15,2.63-.75,1.2-1.44,2.39-2.03,3.63-.59,1.25-1.28,2.47-2.06,3.6-.34.41-.69.17-1.01-.72-.32-.89-.66-1.51-1.03-1.89-.5-.52-1.03-1.34-1.5-2.48-.48-1.14-.84-2.22-1.13-3.21-.29-.99-.51-1.7-.7-2.15-.19-.45-.34-.35-.48.28-.28,1.32-.55,2.92-.81,4.8-.26,1.88-.49,3.89-.71,6.06-.22,2.18-.43,4.48-.65,6.97-.22,2.49-.44,4.96-.6,7.42-.19,2.74-.29,5.07-.03,6.88.26,1.81.85,3.59,2,4.94,1.14,1.35,2.69,2.46,4.52,3.04,1.83.59,3.91,1.17,5.76,1.76-.95.66-1.14,1.29-.52,2,1.26-.03,2.75-.74,4.25-2.35,1.5-1.6,2.66-3.63,3.81-5.45,1.15-1.81,2.35-2.9,3.53-3.12,1.18-.21,1.86.83,2.03,2.53Z"/>
|
||||
<path class="cls-1" d="M124.34,160.54c.71,1.43.93,2.75.64,3.92-.3,1.17-.98,2.21-2.03,3.27-1.05,1.06-2.35,2.11-3.8,3.4-1.44,1.3-2.86,2.81-4.1,4.71-1.24,1.9-1.87,4.08-2.67,6.03-.8,1.95-1.73,3.37-2.8,4.35-1.09.13-2.23.09-3.33,0-1.1-.08-2.26-.25-3.38-.54-1.12-.29-2.34-.82-3.28-1.7-.93-.87-1.82-2.1-2.18-3.68-.92-6.8-1.55-12.48-3.09-17.21-1.55-4.73-2.58-9.05-2.94-13.34-.29-3.48-.27-7.19-.09-11.01.18-3.82.53-7.62,1.02-11.4.49-3.77,1.11-7.43,1.86-10.98.75-3.55,1.66-6.9,2.49-10.01.48-1.85,1.1-3.71,2.32-5.75,1.22-2.04,2.63-4.04,4.11-5.84,1.48-1.8,2.96-3.24,4.46-4.26,1.5-1.01,2.87-1.3,4.06-.94.55.17,1.39.21,2.52.12,1.12-.09,2.24,0,3.36.24,1.12.25,2.11.74,2.98,1.48.86.74,1.33,1.97,1.39,3.71.03.99-.18,1.87-.64,2.66s-.69,1.56-.67,2.3c0,.17.09.23.25.18s.31-.05.46,0c.14.04.25.14.32.31.07.16.04.54-.07,1.11-.09.41-.17.79-.25,1.12-.09.33-.18.66-.29.99-.11.33-.21.67-.3,1-.26.92-.59,1.86-.97,2.84-.39.98-.76,1.86-1.13,2.65-.45.97-.92,1.92-1.31,2.82-.38.88-.77,1.22-1.2.95-.43-.28-.9-.9-1.38-1.88-.48-.98-.99-2.14-1.5-3.53-.52-1.38-1.08-2.65-1.7-3.82-.62-1.16-1.29-2.09-2.02-2.76-.72-.67-1.63-.5-2.32-.31-.66.18-1.74.93-2.5,2.81-.76,1.88-1.44,4.19-2.03,6.9-.58,2.71-1.06,5.49-1.4,8.35-.34,2.86-.52,5.29-.54,7.31-.05,4.63.15,9.42.77,14.31.61,4.89,1.56,9.42,2.93,13.3,1.37,3.88,3.12,6.92,4.88,8.54,1.75,1.62,2.87,1.35,4.55-.12.27-.19.61-.96,1.04-2.22.43-1.26.88-2.46,1.33-3.6.45-1.14.86-2.01,1.21-2.64.35-.63.59-.53.71.27,1.17.55,1.91,1.49,2.1,2.61.06.15.05.36-.03.63-.08.27-.19.55-.33.83-.14.29-.23.54-.28.77-.05.22-.02.32.09.29.28,0,.61-.14.98-.42.37-.28.73-.55,1.08-.8.35-.25.69-.4,1.01-.46.32-.06.58.08.77.41.34.69.52,1.04.87,1.74Z"/>
|
||||
<path class="cls-1" d="M193.91,190.65c-.92,1.41-2.32,3.42-4.02,6.5-1.7,3.08-3.42,6.56-4.82,10.29-1.41,3.73-2.37,7.32-3.42,10.59-1.05,3.28-2,5.24-2.96,5.66-.24.18-.46.73-.67,1.69-.2.96-.4,1.96-.58,2.99-.18,1.04-.37,2.01-.56,2.9-.2.9-.41,1.3-.65,1.18-2.82-.98-6.58-4.24-9.6-8.83-3.02-4.59-5.77-10.06-8.05-15.73-2.27-5.67-4.24-11.41-5.96-17.08-1.72-5.67-3.5-11.22-5.17-16.67-.42-1.29-.84-1.57-1.27-.84-.43.72-.78,1.95-1.05,3.68-.28,1.73-.44,3.67-.48,5.83-.04,2.16.11,4.06.48,5.7-1.61.68-2.15,1.85-2.01,3.99.14,2.14.45,4.55.98,7.2.54,2.66.97,5.21,1.26,7.69.29,2.48-.46,4.47-1.83,5.25-1.06.6-2.11.68-2.81.25-.7-.43-1.03-.77-1.22-1.09-.19-.32-.23-.28-.23.13,0,.41,0,1.58.04,3.51,0,.12,0-.3-.04-1.24-.04-.94-.12-2.03-.31-3.23-.19-1.19-.45-2.26-.73-3.23-.28-.96-.49-1.49-.54-1.59-.63-1.88-1.5-4.27-2.64-7.04-1.14-2.78-2.37-5.48-3.58-8.12-1.22-2.65-2.33-5.03-3.29-7.24-.95-2.21-1.49-3.83-1.64-4.97-.24-1.87-.03-3.89.66-5.94.69-2.05,1.53-4.26,2.46-6.6.93-2.34,1.86-4.85,2.75-7.59.89-2.74,1.5-6.02,1.86-9.83.19-2.07.39-4.37.61-6.89.22-2.52.34-5.39.37-8.58.03-3.19-.08-6.7-.36-10.46-.28-3.76-.85-7.79-1.76-11.95-.18-.7-.53-1.14-1.06-1.32-.53-.18-1.15-.23-1.84-.16-.69.07-1.44.2-2.23.39-.79.19-1.56.25-2.3.17-1.29.49-2.07.62-2.33.31-.17-.11-.17-.31-.02-.61,1.02-1.6,1.86-3.27,2.51-5.07.65-1.8,1.3-3.47,1.93-5.04.63-1.56,1.4-2.9,2.31-4.02.91-1.12,2.16-1.76,3.75-1.91,2.31-1.11,5.09-2.09,8.47-2.98,3.37-.89,6.97-1.39,10.68-1.33,3.71.06,7.39.7,11.09,1.87,3.69,1.17,7.09,3.14,10.03,5.65,2.94,2.51,5.28,5.71,7.03,9.6,1.75,3.89,2.58,8.62,2.59,14.58,0,3.22-.16,6.45-.47,9.74-.31,3.3-.89,6.57-1.71,9.93-.82,3.36-1.92,6.76-3.37,10.16-1.45,3.4-3.31,6.64-6.23,9.03.14,5.74.96,10.57,2.27,14.13,1.31,3.56,2.67,6.2,4.01,7.85,1.34,1.65,2.48,2.58,3.57,2.99,1.09.42,1.87.93,2.34,1.65,2.26,3.27,4.79,4.02,6.2,3.01.47-.34.96-.84,1.45-1.5.49-.66.84-.9,1.04-.77.4.26.76.72,1.08,1.38.31.66.32,1.31,0,1.96ZM164.82,121.37c.78-2.14,1.02-4.01.73-5.6-.28-1.59-.86-2.89-1.74-3.92-.87-1.03-1.92-1.76-3.13-2.2-1.21-.44-2.56-.53-3.75-.12-1.17.4-2.34,1.41-3.4,2.7-1.06,1.29-2.01,2.81-2.84,4.54-.83,1.73-1.53,3.55-2.1,5.46-.58,1.91-1.02,3.83-1.34,5.76.32,2.39.17,5.11-.44,8.08-.61,2.97-1.21,5.82-1.78,8.55-.57,2.73-.88,5.07-.96,7.1-.08,2.03.41,3.48,1.71,4.16,3.32,1.73,6.84,1.37,9.58-.31,2.73-1.68,4.93-4.37,6.44-7.85,1.51-3.48,2.46-7.58,2.88-12.16.42-4.57.46-9.29.14-14.18Z"/>
|
||||
<path class="cls-1" d="M234.59,173.39c.31,1.98.25,3.9-.23,5.8-.48,1.9-1.15,3.77-2.02,5.72-.86,1.95-1.83,3.96-2.85,6.11-1.02,2.15-1.87,4.31-2.56,6.41-.36,1.23-.91,1.97-1.54,2.22-.64.25-1.14.77-1.58,1.55-1.86,3.28-4.18,7.18-7.73,7.07-3.55-.11-6.61-4.31-8.94-6.37-.48-.42-1.39-.96-2.13-1.61-.75-.64-1.29-1.47-1.56-2.55.2.19.31-.01.34-.6.03-.59,0-.93-.1-1.03-.57-.46-1.22-.63-2-.45-.77.18-1.68.38-2.59.67-.91.3-1.77.57-2.55.73-.78.16-1.37-.22-1.79-1.25-.53-1.3-.7-2.79-.48-4.47.22-1.68.58-3.48,1.09-5.34.51-1.86,1.01-3.67,1.51-5.43.5-1.76.82-3.51.88-5.24.19-4.67.15-9.37.13-13.87-.02-4.5-.26-8.8-.68-12.87-.07-.42-.24-.64-.54-.64-.29,0-.61.08-.96.26-.35.18-.67.32-.95.41-.29.09-.43,0-.44-.32,0-.52.14-.99.42-1.39.28-.4.6-.78.94-1.11.34-.33.67-.68.98-1.03.31-.35.49-.83.54-1.45.19-2.16.31-4.32.35-6.49.04-2.17.07-4.29.08-6.36.01-2.07.07-4.06.16-5.96.09-1.91.31-3.67.63-5.28.28-1.41.83-2.43,1.62-3,.8-.57,1.41-1.41,1.88-2.57.08-.3.13-.93.15-1.88.02-.96-.08-1.44-.25-1.49-.52-.16-1.1-.19-1.63.08-.53.28-1.07.59-1.63.93-.56.35-1.12.64-1.65.87-.53.23-1.05.21-1.57-.09-.26-.1-.34-.4-.24-.93.09-.52.24-1.1.43-1.72.19-.63.38-1.27.57-1.94.19-.67.23-1.29.2-1.78-.02-.29-.16-.47-.45-.47-.3,0-.62,0-.96.02-.35.01-.66.03-.93.04-.27.02-.36-.08-.26-.29.63-1.5,1.33-2.79,2.09-3.88.76-1.09,1.36-2.49,1.8-4.24.13-.51.35-.72.66-.6.31.12.57.03.8-.28.54-.81,1.01-1.87,1.44-3.18.42-1.31.87-2.12,1.31-2.3.84-.34,1.86-.18,2.85.45.99.63,1.91.79,2.64.64,1.41-.29,3.08-.53,4.62-1,1.54-.47,3.07-.71,4.62-.73,1.24-.01,2.46.18,3.65.54,1.19.36,2.77.86,3.49.66.59-.17,1.46-1.12,2.01-1.42.42-.23.95-.34,1.33-.39.38-.05.56.23.56.84,0,1.42-.17,2.69-.5,3.83-.33,1.13-.75,2.23-1.25,3.29-.5,1.06-1.03,2.12-1.56,3.17-.54,1.05-1,2.19-1.4,3.43-.11.45-.17.99-.17,1.63,0,.64.02,1.31.04,2,.03.69.04,1.3.04,1.84,0,.54-.09.88-.26,1.02-.64.69-1.35.74-2.11.12-.77-.62-1.51-.85-2.23-.67-.64.16-1.34.1-2.12-.22-.78-.32-1.59-.6-2.41-.84-.82-.24-1.57-.31-2.26-.17-.68.14-1.21.89-1.6,2.21-.5,1.66-.93,3.69-1.22,6.08-.29,2.39-.42,4.82-.38,7.32.04,2.5.24,4.92.61,7.25.37,2.33.93,4.21,1.72,5.56,1.15,2.02,2.51,2.85,4,2.1,1.49-.74,2.84-2.19,4.05-3.99,1.2-1.8,2.29-3.39,3.48-4.59,1.19-1.2,2.39-1.14,3.5.06.66.62.87,1.55.63,2.79-.24,1.25-.65,2.54-1.22,3.91-.57,1.37-1.17,2.76-1.78,4.16-.61,1.4-.98,2.53-1.15,3.33-.35,1.49-.63,3.02-.86,4.59-.23,1.57-.53,3.27-.89,5.1-.17.73-.41.95-.74.63-.33-.32-.66-.37-1.01-.14-.48.31-1.07.48-1.85.41-.78-.07-1.63-.21-2.46-.44-.82-.22-1.57-.34-2.23-.26-.66.07-1.09.54-1.33,1.48-.41,1.9-.75,4.1-1.04,6.6-.28,2.51-.42,5.05-.43,7.68,0,2.63.15,5.26.49,7.9.34,2.64.94,5,1.77,6.92.94,2.15,2.07,3.54,3.44,3.63,1.36.09,2.88-.62,4.08-2.1,1.2-1.47,2.13-3.28,3.04-5.07.91-1.79,1.77-2.87,2.8-3.23-.46,1.01-.5,1.68-.13,1.97.65-.67,1.44-1.78,2.42-3.23.97-1.44,1.99-2.71,3.03-3.81,1.03-1.09,1.98-1.71,2.81-1.93s1.37.48,1.59,1.96Z"/>
|
||||
<path class="cls-1" d="M298.73,151.1c.43,1.43.52,2.9.26,4.43-.25,1.54-.76,3.08-1.51,4.55-.75,1.47-1.69,2.87-2.79,4.14-1.1,1.28-2.23,2.39-3.31,3.37-.62.59-1.12.78-1.5.52-.38-.26-.85-.42-1.37-.45-2.19-.12-4.34-1.11-6-2.95-1.66-1.83-3.25-4.78-5.02-5.29-.5-.14-1.36-.05-2.06-.05-.7,0-1.16-.22-1.37-.76.17.01.28-.17.33-.56.04-.39.02-.59-.07-.6-.53,0-1.12.23-1.71.68-.59.45-1.16.9-1.68,1.34-.52.43-.99.77-1.44.99-.46.22-.86.02-1.26-.64-.51-.83-.85-1.82-.92-2.94-.07-1.12-.02-2.32.15-3.6.17-1.27.37-2.52.58-3.76.21-1.24.28-2.46.14-3.6-.37-3.11-.99-6.2-1.51-9.17-.52-2.97-1.19-5.77-2.05-8.41-.11-.27-.31-.39-.6-.37-.29.02-.62.11-.96.25-.34.14-.65.25-.94.32-.29.07-.46,0-.5-.2-.07-.34.02-.66.27-.93.25-.28.54-.54.86-.78.32-.24.63-.5.91-.76.28-.26.41-.6.39-1.01-.03-1.45-.12-2.89-.28-4.33-.16-1.44-.32-2.84-.49-4.21-.16-1.37-.26-2.69-.29-3.96-.03-1.27.13-2.46.46-3.55.29-.96,1.01-1.69,2.14-2.16,1.12-.47,2.02-1.09,2.71-1.89.12-.2.2-.61.24-1.22.04-.61-.09-.91-.36-.93-.8-.05-1.66-.02-2.47.22-.8.23-1.61.49-2.42.77-.81.28-1.6.51-2.35.7-.76.19-1.53.19-2.33,0-.4-.06-.55-.26-.46-.61.09-.35.26-.73.5-1.15.24-.42.48-.85.73-1.3.24-.45.25-.87.17-1.19-.05-.18-.29-.31-.77-.3-.48,0-1.01.02-1.58.03-.57.01-1.09.03-1.55.04-.46.01-.62-.05-.48-.2.88-.99,1.94-1.86,3.15-2.6,1.21-.74,2.14-1.68,2.81-2.84.2-.34.58-.48,1.12-.41.54.07,1,0,1.38-.21.91-.55,1.72-1.24,2.43-2.1.71-.85,1.47-1.37,2.22-1.49,1.5-.24,3.12-.12,4.68.27,1.56.39,2.9.49,3.98.4,2.15-.19,4.3-.32,6.19-.61,1.89-.29,3.59-.45,5.06-.45,1.17,0,2.17.14,2.99.41.82.28,1.73.62,1.99.53.28-.1.63-.81.82-1.07.12-.15.25-.26.32-.29.07-.04.09.18.08.64-.03,1.09-.13,2.05-.3,2.91-.16.86-.38,1.68-.67,2.47-.29.79-.63,1.56-1.02,2.31-.39.75-.8,1.56-1.2,2.42-.13.31-.25.7-.36,1.17-.11.47-.21.95-.32,1.46-.1.51-.2.95-.3,1.34-.09.39-.2.63-.31.7-.46.4-.89.31-1.31-.29-.42-.59-.96-.91-1.58-.94-.55-.03-1.14-.23-1.79-.6-.65-.37-1.36-.69-2.12-.96-.76-.27-1.52-.39-2.26-.36-.74.03-1.41.48-1.97,1.27-.71,1.01-1.36,2.26-1.85,3.74-.49,1.48-.77,3-.83,4.57-.06,1.57.09,3.09.41,4.57.32,1.48.83,2.69,1.47,3.63.94,1.41,1.94,2.18,3.03,2.18,1.09,0,2.18-.29,3.21-.89,1.03-.6,1.98-1.13,2.8-1.56.82-.43,1.37-.12,1.81.95.26.57.33,1.28.24,2.16-.09.88-.25,1.76-.51,2.62-.26.86-.57,1.68-.93,2.43-.37.75-.63,1.34-.74,1.8-.24.84-.44,1.71-.6,2.61-.16.9-.37,1.82-.64,2.75-.13.35-.35.31-.66-.13-.31-.44-.6-.7-.89-.78-.39-.11-.88-.38-1.44-.81-.57-.44-1.15-.89-1.71-1.31-.56-.42-1.07-.68-1.52-.77-.45-.1-.74.13-.86.68-.2,1.12-.33,2.43-.37,3.95-.05,1.52.02,3.08.21,4.7.19,1.62.56,3.24,1.1,4.86.54,1.62,1.13,3.12,1.77,4.46.72,1.51,1.42,2.65,2.26,3.27.84.62,1.79,1.05,2.79,1.1,1,.05,2.05-.03,3.1-.23,1.05-.2,2.07-.14,3.07.24-.39.43-.41.87-.04,1.3.62-.05,1.3-.42,1.98-1.15.67-.72,1.27-1.46,1.77-2.2.5-.73.91-1.25,1.3-1.52s.79.09,1.11,1.16Z"/>
|
||||
<path class="cls-1" d="M253.7,89.9c.27.31.41.79.39,1.45-.01.66-.1,1.39-.27,2.2-.17.81-.38,1.61-.61,2.41-.23.8-.3,1.78-.49,2.12-.15.28-.52.8-.45,1.42.07.62.2,1.34.38,2.15.19.81.35,1.58.49,2.31.14.73.1,1.39-.12,1.99-.46,1.3-1.05,2.17-1.74,2.56-.69.39-1.35.72-1.98.96-.63.24-1.19.57-1.67,1.02-.48.45-.78,1.44-.86,2.99-.07,1.3.01,2.14.18,2.44.16.31.37.41.63.33.26-.09.54-.23.86-.41.31-.19.58-.15.78.1.07.15.14.43.2.85s.1.79.11,1.09c.35,5.12.89,10.37,1.53,15.6.65,5.23,1.43,10.39,2.22,15.24.48,2.98.96,5.86,1.44,8.58.48,2.72.96,5.46,1.42,8.23.47,2.77.92,5.56,1.35,8.37.43,2.81.73,5.91,1.22,8.92.21,1.27.36,2.7.37,4.24,0,1.54.02,3.29.17,5.23.15,1.94.44,4.03.93,6.21.49,2.18,1.2,4.43,1.34,6.74.04.61-.03.6-.14,0-.12-.6-.25-1.36-.4-2.26-.15-.9-.29-1.74-.42-2.53-.13-.78-.19-.97-.2-.58-.04.87-.15,2.41-.33,4.38-.18,1.98-.48,3.74-.81,5.35-.33,1.61-.7,2.71-1.04,3.39-.34.68-.64.24-.9-1.23-1.39-7.91-2.54-16.1-3.49-24.56-.94-8.46-2.01-16.96-3.19-25.45-1.17-8.48-2.54-16.82-4.02-25-1.48-8.18-3.23-15.96-5.18-23.6-.38-1.46-.85-2.33-1.43-2.67-.58-.34-1.2-.4-1.82-.21-.62.19-1.23.39-1.84.63-.61.24-1.13.27-1.6.12-.5-.16-1.12-.2-1.89-.07-.77.13-1.58.25-2.39.34-.81.1-1.54,0-2.16-.35-.62-.34-.94-1.3-1.03-2.83-.03-.51.01-.8.15-.86.14-.06.28-.14.43-.25.15-.11.29-.32.4-.63.11-.31.22-1.17.02-2.17-.09-.47-.22-1.08-.18-1.7.04-.62.13-1.24.26-1.86.13-.62.28-1.18.47-1.69.18-.51.3-1.02.35-1.53.24-1.74.56-3.28.98-4.61.41-1.34,1.19-2.05,1.99-2.31,1.28-.42,2.79-.88,4.29-.71,1.5.17,3.02.43,4.47.75,1.46.33,2.88.62,4.28.87,1.4.25,3.37-.06,4.1.21.32.12.8.39,1.15,0,.35-.4.7-.83,1.04-1.28.34-.46.68-.8,1.03-1.04.35-.24.75-.04,1.23.58Z"/>
|
||||
<g>
|
||||
<path class="cls-1" d="M47.59,43.22c1.28-1.01,1.94-1.5,3.29-2.48-11.99,12.58-21.01,25.2-22.96,43.03,7.47-.41,11.23-.6,18.79-.96,0,2.65.04,3.81.26,6.69-10.01.08-15.01.12-25,.21,2.42-20.67,10.65-32.54,25.62-46.48Z"/>
|
||||
<path class="cls-1" d="M60.66,68.81c-2.51,8.23-3.53,11.87-4.6,20.61-2.4.02-3.61.03-6.01.05,4.92-22.95,13.97-42.47,25.86-62.67,2.09-.89,3.15-1.32,5.31-2.16-4.73,21.5.88,43.91,6.52,64.57-2.49.01-3.73.02-6.22.04-2.88-9.62-3.95-13.61-5.46-22.06-6.22.6-9.3.92-15.39,1.62ZM75.35,60.48c-.98-7.51-1.18-11.09-.92-17.83.14-3.82.71-7.2,1.42-10.38-.04.01-.06.02-.11.04-1.81,3.63-3.61,7.43-5.4,11.29-3.5,7.38-5.1,11.14-7.8,18.67,5.06-.76,7.62-1.12,12.81-1.79Z"/>
|
||||
<path class="cls-1" d="M111.16,16.93c2.76-1.39,6.6-2.56,10.27-3.1,5.69-.84,9.3.53,11.79,4.22,1.98,2.93,3.08,7.73,2.92,13.39-.28,9.69-4.15,16.61-9.01,19.58,0,.14,0,.2,0,.34,3.51,1.86,5.58,7.28,6.79,15.49,1.62,11.02,3.01,18.88,4.06,22.15-2.41,0-3.62.01-6.03.02-.85-2.38-2.22-9.39-3.66-19.21-1.6-10.86-3.93-14.7-9.26-14.73-2.22.13-3.32.2-5.52.35-.03,11.29.27,22.37.89,33.64-2.33.01-3.5.02-5.83.03-1.43-24.22-1.19-48.16,2.6-72.18ZM113.7,48.12c2.37-.2,3.56-.29,5.95-.46,6.24-.45,10.33-6.43,10.65-14.79.36-9.45-3.48-13.02-9.2-12.34-2.62.31-4.54,1.02-5.46,1.56-1.13,9.98-1.53,15.22-1.94,26.02Z"/>
|
||||
<path class="cls-1" d="M168.45,51.49c-7.2-.2-10.86-.25-18.14-.2,0,9.59.02,19.18.09,28.78,7.96-.02,11.95-.01,19.88.04-.08,3.51-.13,5.19-.23,8.83-10.16,0-15.25.01-25.42.04-.42-25.6-.39-51.17.2-76.77,9.46-.34,14.4-.26,23.71.38.13,2.99.19,4.5.3,7.57-7.25-.44-10.99-.54-18.4-.46-.07,9.02-.1,13.72-.12,23.36,7.25-.05,10.9,0,18.06.25.04,3.24.05,4.88.07,8.18Z"/>
|
||||
<path class="cls-1" d="M188.14,88.94c-3.65-25.74-9.12-50.83-15.47-76.02,2.38.21,3.56.33,5.91.6,3.22,11.9,6.2,23.88,8.79,35.94,2.13,9.46,3.86,19.27,4.73,28.93.05,0,.08,0,.14,0,1.73-9.34,3.59-18.66,5.21-28.03,1.65-10.98,3.26-21.88,3.43-33.01,2.16.5,3.22.76,5.33,1.31.08,23.91-5.66,47.3-11.64,70.27-2.57,0-3.86,0-6.43,0Z"/>
|
||||
<path class="cls-1" d="M215.11,21.23c3.7,12.54,5.92,25.51,6.73,38.56.98,15.53,4.54,22.79,10.53,22.96,6.66.19,11.82-6.41,9.92-20.37-1.64-12.1-5.21-23.92-10.55-34.9,1.73.76,2.58,1.15,4.26,1.96,5.73,10.31,9.71,21.57,11.68,33.21,2.91,11.63-3.6,27.55-16.09,27.56-13.79.01-14.53-20.56-15.49-31.23-.66-13.22-2.58-26.38-5.84-39.21,1.96.56,2.93.85,4.84,1.46Z"/>
|
||||
<path class="cls-1" d="M276.37,65.63c-5.87-1.43-8.89-2.11-15.04-3.39,2.48,7.89,3.21,12.02,3.42,20.48,7.64.36,11.43.55,18.98.95.28,2.2.35,3.31.37,5.55-10.1-.05-15.15-.08-25.27-.12.11-20.52-3.89-38.92-15.86-56.07,6.52,3.59,9.53,5.56,14.95,9.75,2.05,1.69,3.03,2.56,4.9,4.33-4.6-2.85-7.06-4.21-12.24-6.75,4.19,6.12,5.96,9.36,8.67,16.1,5.87,1.57,8.73,2.4,14.27,4.14,1.24,1.98,1.8,2.98,2.83,5.02Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 21 KiB |
BIN
front/static/images/background.png
Normal file
BIN
front/static/images/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 598 KiB |
@@ -1,5 +0,0 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY unluckiest_443 /etc/nginx/conf.d/default.conf
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
@@ -1,16 +0,0 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name unluckiest.naaturel.be www.unluckiest.naaturel.be;
|
||||
|
||||
location / {
|
||||
proxy_pass http://webapp:3000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen 443 ssl default_server;
|
||||
server_name _;
|
||||
|
||||
ssl_certificate /etc/ssl/certs/fullchain.pem;
|
||||
ssl_certificate_key /etc/ssl/certs/privkey.pem;
|
||||
include /etc/ssl/conf/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/ssl/conf/ssl-dhparams.pem;
|
||||
|
||||
return 444;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name unluckiest.naaturel.be www.unluckiest.naaturel.be;
|
||||
|
||||
return 307 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name unluckiest.naaturel.be www.unluckiest.naaturel.be;
|
||||
|
||||
ssl_certificate /etc/ssl/certs/fullchain.pem;
|
||||
ssl_certificate_key /etc/ssl/certs/privkey.pem;
|
||||
include /etc/ssl/conf/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/ssl/conf/ssl-dhparams.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://webapp:3000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
if ($request_uri ~ ^(.+)/$) {
|
||||
return 307 $1;
|
||||
}
|
||||
|
||||
proxy_pass http://api:5000/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name unluckiest.naaturel.be www.unluckiest.naaturel.be;
|
||||
|
||||
location / {
|
||||
proxy_pass http://webapp:3000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
if ($request_uri ~ ^(.+)/$) {
|
||||
return 301 $1;
|
||||
}
|
||||
|
||||
proxy_pass http://api:5000/api/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
Your certificates in this folder
|
||||
@@ -1 +0,0 @@
|
||||
Your nginx ssl conf in this folder
|
||||
Reference in New Issue
Block a user