Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Nov 28, 2023
1 parent 4cc8338 commit f8189ee
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions frontend/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
server {
listen 80;
root /data/www;
location / {
try_files $uri $uri/ /index.html;
http {
server {
listen 80;
root /data/www;
location / {
try_files $uri $uri/ /index.html;
}
}
}

0 comments on commit f8189ee

Please sign in to comment.