We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5d4d0 commit 0686e0fCopy full SHA for 0686e0f
forge-example/NginxConfiguration.conf
@@ -10,6 +10,9 @@ server {
10
index index.html index.htm index.php;
11
charset utf-8;
12
13
+ # 404 error handler
14
+ error_page 404 /index.php?$query_string;
15
+
16
# 301 Redirect URLs with trailing /'s as per https://webmasters.googleblog.com/2010/04/to-slash-or-not-to-slash.html
17
rewrite ^/(.*)/$ /$1 permanent;
18
sites-available/somedomain.com.conf
@@ -37,6 +37,9 @@ server {
37
38
39
40
41
42
43
44
45
0 commit comments