Skip to content

Commit

Permalink
Try again with adapted conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancocodet committed Apr 22, 2024
1 parent cdf24cb commit 57d11c1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
http {
server {
listen 8080;
root /usr/share/nginx/html;
server {
listen 8080;
root /usr/share/nginx/html;
include /etc/nginx/mime.types;

location / {
try_files $uri $uri/ /index.html;
}

env VITE_DISCORD_CLIENT_ID;
location / {
try_files $uri $uri/ /index.html;
}

env VITE_DISCORD_CLIENT_ID;
}

0 comments on commit 57d11c1

Please sign in to comment.