Add safetwitch.conf #9

Merged
a merged 1 commit from :main into main 2023-06-07 16:11:56 +00:00
Contributor

Safetwitch uses Vue to function as an SPA, and nginx by default does not know how to handle the SPA

Adding try_files $uri $uri/ /index.html; allows it to work fine

Safetwitch uses Vue to function as an SPA, and nginx by default does not know how to handle the SPA Adding `try_files $uri $uri/ /index.html;` allows it to work fine
dragongoose added 1 commit 2023-06-07 15:51:04 +00:00
a merged commit 0f29483002 into main 2023-06-07 16:11:56 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/nginx#9
No description provided.