1844
results for "nginx"
-
🙌 finished migrating my old posts and got my nginx rewrite rules working to redirect all my old post urls
[eddie]
at
2018-02-27 00:27
-
Sure but still have to reload nginx when you change the file
aaronpk
at
2018-02-26 01:30
-
could split the difference and put the redirects in a separate nginx .conf file and use an include
[miklb]
at
2018-02-26 01:29
-
I'm sure it's faster in nginx but I like being able to just add stuff to a text file
aaronpk
at
2018-02-26 01:23
-
ohhh, that’s true. After nginx, my website does hit my node.js server before being directed either to static files (jekyll) or dynamic files. So I could add my list in to the node.js side of things
[eddie]
at
2018-02-26 01:11
-
I have a similar list of nginx rewrites for some old URLs
aaronpk
at
2018-02-25 22:58
-
#TechDebt 😞 I’m in process of migrating 441 old posts that are on an old permalink structure (which because of jekyll means they are in a different strorage folder structure). Not horrible, but since Jekyll only supports 1 form of permalink structure my solution is I just automated the output of a 441 line rewrite file that I’m going to hopefully copy and paste into my nginx config (not sure if that’s gonna blow up or not) that basicall
[eddie]
at
2018-02-25 21:59
-
and then yeah in nginx or Apache you just point the server config at the different php backend
aaronpk
at
2018-02-19 13:31
-
Depends how much of a different environment you need. You should be able to run different versions of PHP side-by-side already. If you need a webserver to go with them, something like nginx should allow you to define a different php-fpm instance per hostname
Zegnat
at
2018-02-19 11:26
-
[cleverdevil]: Originally Nginx support wasn't as good, so I was doing it manually. Then I just kept putting off automating it
GWG
at
2018-02-18 18:26
Sort by:
Filter results by:
Tag
Query took 0s.
Search tips
- Exclusion
- +foo -bar
- Logical OR
- foo OR bar
- Exact phrase
- "foo bar"
- Partial words
- foo*
- Particular fields only
- title:foo
- domain:example.org
- nick:somebody
- after:2016-11-23
- before:2016-11-23
- date:2016-11-23